/*フォント*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

body {
	font-family: 'Noto Sans JP', sans-serif;
	/*  font-family: 'Noto Serif JP', serif;*/
}
.top_menu ul li a p,
.contents_header p,
.cont_titile span,
.top_topics .sh,
.ranking .therapist-box .rank {
	color: #03caba;
	font-weight: 800;
	/* font-family: 'Jost', sans-serif; */
}
.contents_header p {
}
.top_menu ul li a p {
	color: #fff;
	font-weight: 300;
	font-size: 1.5rem;
}
.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 Sans JP', sans-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.5) 0%, rgba(255, 255, 255, 0.5) 100%),
		url(../img/bg2-sp.jpg);
	background-size: 100%;
	background-position: center top;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
/*
main::after{
  content: "";
    display: block;
    background: linear-gradient(to left, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0) 100%), url(../img/bg2.png);
    background-size: 150%;
    background-position: center top;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}
*/
.inner_page .btn01 {
	margin-top: 2rem;
}
@media screen and (max-width: 640px) {
	.nav_follow .logo img {
		padding-top: 0.5rem;
	}
}
@media screen and (min-width: 640px) {
	main::before {
		background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%),
			url(../img/bg2.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom;
		position: fixed;
	}
	main::after {
		content: '';
		display: block;
		background: none;
		background-size: 150%;
		background-position: center top;
		background-repeat: repeat;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 0.2;
	}
}

.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_blog,
.top_access {
	background: rgba(255, 255, 255, 0.6);
}

@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 {
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 1rem 0;
}
.btn01 a {
	width: 70%;
	background: #03caba;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px 10px 20px;
	/* border-radius: 3rem; */
	box-sizing: border-box;
	margin: 0 auto;
}

.btn01 a {
	overflow: hidden;
	position: relative;
	transition: opacity 0.25s, -webkit-transform 0.25s;
	transition: opacity 0.25s, transform 0.25s;
	transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
	z-index: 0;
}

/* .btn01 a:before {
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.6) 80%, hsla(0, 0%, 100%, 0));
  content: "";
  height: 200px;
  left: -120px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(25deg);
  transform: translateY(-50%) rotate(25deg);
  width: 80px;
} */

/* .btn01 a:after {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: shiny_btn;
  animation-name: shiny_btn;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-image: linear-gradient(100deg, hsla(0, 0%, 100%, 0), #fff);
  content: "";
  height: 100%;
  left: -100px;
  position: absolute;
  top: 0;
  width: 50px;
} */

@keyframes shiny_btn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) rotate(25deg);
		transform: scale(0) rotate(25deg);
	}

	84% {
		opacity: 0;
		-webkit-transform: scale(0) rotate(25deg);
		transform: scale(0) rotate(25deg);
	}

	85% {
		opacity: 0.9;
		-webkit-transform: scale(1) rotate(25deg);
		transform: scale(1) rotate(25deg);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(50) rotate(25deg);
		transform: scale(50) rotate(25deg);
	}
}

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

.global_nav_sp {
	background: rgba(255, 255, 255, 0.95);
	padding-top: 2rem;
}

.global_nav_sp ul li a {
	font-size: 15px;
	color: #212121;
}

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

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

	.nav_follow .head_btn.reserve a {
		background: #03caba;
		color: #fff;
		border-radius: 0.25rem;
	}
}

/*footer*/

footer {
	background: rgba(255, 255, 255, 0.8);
}

footer small {
	color: #212121;
	font-size: 14px;
}

.f-hours {
	font-size: 1.25rem;
	background: #03caba;
	width: 100%;
	padding: 0.5rem 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	display: flex;
	left: 0;
	right: 0;
	bottom: 0;
	/*  outline: solid 2px rgba(255, 255, 255, 0.9);*/
	/*  outline-offset: 2px;*/
	/*  filter: drop-shadow(1px 1px 2px #00000052);*/
	line-height: 1;
}
.f-hours div {
	width: 50%;
	margin: 0 auto;
	font-weight: bold;
}
.f-hours div:last-child {
	/* display: none; */
}

.foot_navi {
	/* background: linear-gradient(15deg, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 200%, rgba(0,0,0,1) 100%); */
}

.foot_navi a {
	color: #fff;
}

.btn_totop a {
	/* background: linear-gradient(15deg, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 200%, rgba(0,0,0,1) 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;
	}
}
.error .text p {
	margin-bottom: 2rem;
}
.error .text p.btn01 a {
	padding: 10px;
}
.logo-animation {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
	transition: transform 1s, opacity 1s, visibility 1s;
}
.logo-animation-active {
	-webkit-animation-name: fadeup-logo;
	animation-name: fadeup-logo;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@keyframes fadeup-logo {
	0% {
		opacity: 0;
		visibility: hidden;
		transition: 1s;
		transform: translateY(30px);
		transition: transform 1s, opacity 1s, visibility 1s;
	}
	100% {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}
.toggle {
	position: fixed;
	right: 15px;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	cursor: pointer;
	z-index: 1002;
	background: #03caba;
}
.toggle span {
	display: block;
	position: absolute;
	/* .toggleに対して */
	width: 70%;
	border-bottom: solid 1px #fff;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	padding-top: 20px;
	right: 13px;
	width: 56%;
}

.toggle span:nth-child(1) {
	top: 0;
}

.toggle span:nth-child(2) {
	top: 11px;
}

.toggle span:nth-child(3) {
	top: 22px;
}

.toggle span:nth-child(4) {
	border: none;
	top: 28px;
	left: 5px;
	font-size: 12px;
	font-weight: bold;
}

/*クリックされたときのボタン*/
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
	top: 15px;
	left: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	top: 15px;
	right: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cont_titile {
	position: relative;
}
/* .cont_titile::after{
  content: "";
    display: block;
  position: absolute;
  background: linear-gradient(to left, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0) 100%), url(../img/k-ico.png);
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
} */

.global-nav_list a span {
	color: #03caba;
}
.photo img,
.image img {
	/* border-radius: 0.5rem; */
}
.top_schedule {
	/* background: #0e6ade; */
	padding: 1rem 1rem 1rem;
	box-sizing: border-box;
}
.top_schedule .inner {
	background-color: #fff;
	/* border-radius: 1rem; */
	padding: 0 0rem 2rem;
	box-sizing: border-box;
	filter: drop-shadow(1px 1px 5px #03caba;20);
	position: relative;
	/* border:2px solid #03caba;; */
}
.top_schedule .inner:after {
	content: '';
	display: block;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%),
		url(../img/bg2.png);
	background-size: 70%;
	background-position: center top;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.2;
}
.top_schedule .cont_titile {
	padding: 3rem 0 0;
}
@media screen and (min-width: 640px) {
	.top_schedule .inner {
		border-radius: 1rem;
		padding: 2rem 2rem 4rem;
		box-sizing: border-box;
	}
}
.slick-slide img {
	/* border-radius: 0.5rem; */
}

.age-gate {
	/* background: linear-gradient( 180deg ,#454545 0%, #000 100%); */
	background: rgba(255, 255, 255, 0.8);
	color: #212121;
	max-width: 900px;
	height: 75vh;
	border: 1px solid !important;
}
.age-gate__form {
	height: 80vh !important;
}
.age-gate__background-color {
	/* background-image: url(../img/age-gate-bg.jpg); */
	-webkit-backdrop-filter: blur(2px) !important;
	backdrop-filter: blur(2px) !important;
	background: rgba(255, 255, 255, 0.4);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.age-gate__submit {
	/* background: linear-gradient( 180deg ,#454545 0%, #000 100%); */
	background: rgba(255, 255, 255, 0.4);
}
.age-gate__heading {
	width: 100%;
	max-width: 180px;
}
.age-gate__challenge {
	margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
	.age-gate__link-area > div > div {
		width: 46% !important;
	}
}
@media screen and (min-width: 640px) {
	.age-gate {
		height: 50vh;
	}
	.age-gate__background-color {
		background: rgba(255, 255, 255, 0.4);
	}
	.age-gate__form {
		height: 58vh !important;
	}
}
.mx-tt {
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	text-align: center;
	/*    transform: rotate(-10deg);*/
	font-style: italic;
	color: #f32f97;
	filter: drop-shadow(1px 1px 3px #fff) drop-shadow(-1px -1px 3px #fff) drop-shadow(0px 0px 3px #fff);
	padding-bottom: 1rem;
}
.mx-tt.logo-animation-active {
	animation-delay: 0.5s;
}
@media screen and (min-width: 640px) {
	.mx-tt {
		display: block !important;
		padding-bottom: 8rem;
	}
}
.head-time {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* width: 54%; */
	text-align: center;
	align-items: flex-end;
	line-height: 1.5;
	padding-top: 0.4rem;
	font-weight: 600;
}
.nav_follow div {
	display: flex;
}
@media screen and (min-width: 640px) {
	.head-time {
		display: none;
	}
}

.btn_line {
	background: #06c755 !important;
}
.btn_recruit {
	background: #ff70b8 !important;
}
.btn-set-size {
	font-size: 0.75rem;
}
.nav_follow div {
	display: flex;
	justify-content: space-between;
}
.head-time {
	padding-right: 4rem;
	width: 100%;
	display: block;
	padding-top: 0.75rem;
}
.head-time li a {
	border-radius: 1rem;
	width: 85%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: #03caba;
	/* background: #75fb4c; */
	display: block;
	margin-top: 0.15rem;
}
.nav_follow .logo {
	width: 20%;
}
.mainvisual .global-nav {
	background: #03caba;
}
.nav-only img {
	display: none;
}
@media screen and (max-width: 640px) {
	.head-new.global-nav a span {
		display: none;
	}

	.head-new.global-nav {
		width: 100%;
		display: block;
		background: #03caba;
		position: absolute;
		top: 4rem;
		left: 0;
	}
	.head-new.global-nav ul {
		margin: 0 auto;
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: nowrap;
	}
	.head-new.global-nav ul li {
		width: 100%;
		height: 100%;
	}
	.head-new.global-nav ul li a {
		color: #fff;
		font-size: 0.75rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0.45rem 0;
	}
	.head-new.global-nav li + li {
		border-left: 1px solid #fff;
	}
	.head-new.global-nav .nav-only img {
		display: block;
		height: 1.25rem;
	}
	.head-new.global-nav .head-nav2 {
		display: none;
	}
	.contents {
		padding-top: 8rem !important;
	}
}
@media screen and (min-width: 640px) {
	.head-time {
		width: unset;
	}
	.nav_follow .logo {
		width: 6%;
	}
}
@media screen and (min-width: 640px) {
	.global-nav {
		display: block !important;
	}
	.head-time.sp {
		display: none;
	}
}
