/*フォント*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Cinzel:wght@400..900&family=DM+Serif+Display:ital@0;1&family=Dela+Gothic+One&family=Kaisei+Decol&family=Libre+Caslon+Display&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Pinyon+Script&family=Sawarabi+Gothic&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');

body {
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: 'Noto Serif JP', serif;
}
.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: 'Cinzel', serif;
	text-transform: uppercase;
	font-weight: 100;
}

.btn_tel.pc .material-icons {
	margin-right: 5px;
	margin-top: 2px;
}
.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.8) 0%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg.jpg);
	background-size: 360%;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	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.5rem;
	}
}
@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-pc.jpg); */
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		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 span {
	width: 90%;
}
.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-size: 12px;
}
.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: #666666;
}
a {
	color: #666666;
}
/* a:link {
	color: #666666;
} */

/* a:visited {
	color: #666666;
}

a:hover {
	color: #666666;
}

a:active {
	color: #666666;
} */
option {
	color: #666666;
}
select {
	color: #666666;
}
.btn01 a {
	background: #666666;
	color: #fff;
}
.cont_titile {
	color: #666666;
}
.cont_titile span {
	color: #666666;
}
.cont_titile a {
	color: #666666;
}

/* header */

.nav_follow {
	background: #fff;
	border-bottom: 2px solid #666666;
	/* border-image: linear-gradient(to top, #0053c5 78%, #cff0f7 100%); */
}
.toggle {
	/* background: rgba(255,255,255,0.7); */
}
.toggle span {
	border-bottom: solid 1px #666666;
}
.global_nav_sp {
	background: rgba(255, 255, 255, 0.95);
	color: #454545;
}
.global_nav_sp ul li a {
	color: #666666;
}
.global_nav_sp a span {
	color: #ccc;
}
@media screen and (min-width: 640px) {
	.fix-header {
		background: #fff;
	}
	.nav_follow .head_btn.reserve a {
		background: #666666;
		color: #fff;
	}
}

/*footer */

footer {
	/* background: #ebf3ff; */
}
footer small {
	color: #666666;
}
.foot_navi {
	background: #666666;
	background: #c6a70bde;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.foot_navi a {
	color: #fff;
}
.f-hours {
	background: #202020db;
	color: #fff;
	border-top: 1px solid #666;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
footer ul.foot_navi_list a {
	color: #666666;
}

@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 #fff);
}
.mainvisual .global-nav {
	background: rgba(0, 0, 0, 1);
}
.mainvisual .global-nav a {
	color: #fff;
}
.mainvisual .global-nav a span {
	color: #bbb;
}
.mainvisual .global-nav_list li + li {
	/* border-right: 1px solid #bbb; */
}
@media screen and (min-width: 768px) {
	.mainvisual .global-nav_list li:first-child {
		/* border-right: 1px solid #bbb; */
	}
}

/*--------*/

.top_topics {
	background: #e6e6e6;
	margin: 1rem auto;
}
.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: #282828;
	color: #fff;
}
.top_information .information_list li {
	border-bottom: 1px solid #ccc;
}
.top_diary .diary_list li:nth-of-type(n + 2) {
	border-top: 1px dashed #ccc;
}

.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: #f4f4f4;
}
.top_access .access-box {
	border-bottom: 1px solid #666666;
}
.top_contents,
.top_eventbanner {
	/* background: #fff; */
}
.top_schedule,
.top_blog,
.top_access {
	background: #f4f4f4;
}
/*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 #ccc;
}

/* schedule */

.calendar {
	border-bottom: 1px solid #ccc;
}
.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 #ccc;
}
.schedule label {
	background: #fff;
	border: 1px solid #ccc;
}
.schedule input:checked + label {
	background-color: #ebf3ff;
	color: #666666;
}

/* blog */

.blog_list li {
	border-bottom: 1px solid #ccc;
}

/* access */

/* event */

/* price */

.attention {
	border: 1px solid #666;
}
.attention dd {
	border-bottom: 1px dotted #666;
}
.price h2 {
	border-bottom: 1px solid #666;
}
.price-detail dt {
	border-bottom: 1px solid #666;
}
.price-detail dd {
	border-bottom: 1px solid #666;
}
dd.none {
	color: #666;
}
.detail-dd {
	color: #999;
}

/* ranking */

.ranking .therapist-box {
	border-bottom: 1px solid #ccc;
}
.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 #ccc;
	color: #909fab;
	background: none;
}
.ranking .therapist-box .rank3 {
	border-bottom: 1px solid #91675a;
	color: #8d4523;
	background: none;
}
.ranking .therapist-box .comment dt {
	border-bottom: 1px dashed #666;
}
ul.ranking_list li {
	border: 1px solid #ccc;
}
.therapist-box.rank1box {
	/* background: #fffad3; */
}
.therapist-box.rank2box {
	/* background: #f2f2f2; */
}
.therapist-box.rank3box {
	/* background: #fbe9dc; */
}

/* recruit */

.recruit .recruit-point dd {
	/* border-bottom: 1px solid #CCC; */
}
.recruit .recruit-point dd h3 {
	background: #404040;
	color: #fff;
}
.recruit-detail dl dt {
	background: #404040;
	color: #fff;
}
.recruit-detail dl dd {
	background: #fff;
}
.recruit-detail dl dd p a {
	border: 1px solid #666;
	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 #666;
	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 #ccc;
}
.mailform-tbl input[type='text'],
.mailform-tbl input[type='email'],
.mailform-tbl textarea {
	border: 1px solid #999;
}
.mailform-tbl select {
	border: 1px solid #999;
	background: #fff;
}
.ccb-lower {
	background: #fff;
	border: 1px solid #ccc;
}
p#submit-button input {
	background: #454545;
	color: #fff;
}
span.attention {
	color: red;
}
.mw_wp_form_complete {
	border: 1px solid #ccc;
}

/* sitemap */

.sitemap h3 {
	background: #efefef;
}

/* cast */

.catchcopy-box {
	background: #fff;
}
.therapist-box p.catchcopy {
	color: #666666;
}
.therapist-box .profile-icon li {
	/* border: 1px solid #0053c5; */
	background: #666666;
	color: #fff;
}
.therapist-box .todays-time p {
	background: #666666;
	color: #fff;
}
.therapist-box .guide {
	border: 1px #ccc solid;
	background: #fff;
}
.therapist-single h1.name {
	border-bottom: 1px solid #ccc;
}
.therapist-single .profile-icon li {
	/* border: 1px solid #0053c5; */
	background: #666666;
	color: #fff;
}
.therapist-box .photo .today-icon {
	border-color: transparent #e22d2d transparent transparent;
}
.therapist-box .photo .today-icon span {
	color: #fff;
}
.therapist-single .photo .today-icon {
	border-color: transparent #e22d2d transparent transparent;
}
.therapist-single .photo .today-icon span {
	color: #fff;
}
.therapist-single .btn_scheudle a {
	border: 1px solid #666;
	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: #efefef;
}
.therapist-single .comment {
	border: 1px solid #ccc;
}
.therapist-single .comment dt {
	background: rgba(255, 255, 255, 0.7);
}
.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 #ccc;
}
.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 #ccc;
	background: rgb(232, 232, 232);
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}
.therapist-single .calendar ul li .schedule-castreserve-btn span {
	color: #666;
}

/* 口コミ */
.css-auobc3 {
	border-bottom: 1px solid #bbb;
}
.css-1cpjif9 {
	color: #666666;
}
.css-1v7shu4 {
	color: #666666;
}
.css-u60qnr {
	color: #666666 !important;
}
.profile-review {
	background: #fff;
}
/*************** ご案内情報 ***************/
.realtime-box {
	border: 1px solid #bbb;
	padding: 1.5rem 1rem;
	line-height: 1.6;
	background: rgba(255, 255, 255, 0.5);
}
.realtime-inner {
	padding: 0.75rem 0.25rem 1rem;
	overflow: scroll;
	/* height: 480px; */
}

@media screen and (min-width: 640px) {
	.realtime-box {
		padding: 2.5rem 3rem;
	}
	.realtime-inner {
		padding: 0.75rem 0.25rem 1rem;
		width: 98%;
		max-width: 1100px;
		margin: 0 auto;
	}
}

/*************** カスタム ***************/
.cont_titile {
	color: #c6a60b;
}
.cont_titile span {
	color: #666666;
}
.contents_header .title {
	color: #c6a60b;
}
.therapist-box .profile-icon li,
.therapist-single .profile-icon li {
	background: #f6f6f6;
}
.toggle {
	width: 55px;
	height: 50px;
	top: 6px;
	right: 6px;
	padding: 0.5rem;
	border: 1px solid #666666;
}
.toggle span {
	width: 60%;
	right: 12px;
	border-bottom: solid 1px #666666;
}
.toggle span:nth-child(1) {
	top: 21px;
	width: 70%;
}
.toggle span:nth-child(2) {
	top: 30px;
	width: 70%;
}
.toggle span:nth-child(3) {
	top: 25px;
	width: 70%;
	display: none;
}
.toggle.active span:nth-child(1) {
	top: 33px;
	left: 18px;
	width: 50%;
}
.toggle.active span:nth-child(2) {
	top: 12px;
	background: none;
	border: none;
	width: 50%;
}
.toggle.active span:nth-child(3) {
	top: 33px;
	left: 23px;
	width: 50%;
	display: block;
}
.toggle span:nth-child(4) {
	border: none;
	top: 34px;
	left: 16px;
	font-size: 0.61rem;
	color: #666666;
	letter-spacing: 4px;
}
.toggle.active span:nth-child(4) {
	display: none;
}
.toggle.active {
	border: none;
}
.nav_follow {
	border: none;
}
.mainvisual::before {
	content: '';
	display: block;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.1) 35%,
		rgba(0, 0, 0, 0.1) 48%,
		rgba(0, 0, 0, 0.4) 68%,
		rgba(0, 0, 0, 0.95) 88%,
		rgba(0, 0, 0, 1) 100%
	);
	background-position: top left;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.catch {
	position: absolute;
	top: 20rem;
	left: 0.75rem;
	font-size: 3.95vw;
	z-index: 1;
	color: #fff;
	font-weight: 200;
	line-height: 1.7;
	font-weight: 600;
}
.catch-b {
	font-size: 6.5vw;
	font-weight: 400;
	line-height: 1;
	margin-top: 1.5rem;
	filter: drop-shadow(0px 0px 3px #fff);
}
.catch-small {
	font-size: 3.25vw;
}
.catch-small-b {
	font-size: 5vw;
}
.catch-border {
	display: inline-flex;
	border: 1px solid #fff;
	margin-bottom: 1rem;
	padding: 0.5rem 2rem;
	font-size: 4.25vw;
	font-weight: 600;
}
.mainvisual {
	padding: 0 0 4.25rem;
	height: 70vh;
	height: 625px;
}
.mainvisual .mainlogo {
	display: flex;
	align-items: flex-end;
	bottom: 1.75rem;
	width: 35.5%;
	margin: unset;
	height: unset;
	margin-left: 59.5%;
	filter: none;
}
.mainvisual .mainlogo img {
	filter: invert(100%);
}

@media screen and (max-width: 640px) {
	.mainvisual {
		padding: 0;
		margin-top: -20%;
	}
	.mainvisual .global-nav {
		display: none;
	}
	.nav_follow {
		background: none;
	}
	.nav_follow .logo {
		width: 45%;
	}
	.nav_follow .logo img {
		padding-top: 1.5rem;
	}
	.mainvisual .slick-track li img {
		width: 280% !important;
		transform: translate(-24.5%, 0%);
	}
	.mainvisual .slick-track li img.mainvisual-sp {
		width: 139% !important;
		transform: translate(0%, -18%);
	}
}

@media screen and (min-width: 640px) {
	.catch {
		font-size: 1.5rem;
		left: 8%;
		top: 22.25rem;
		letter-spacing: 1px;
	}
	.catch-small {
		font-size: 1rem;
	}
	.catch-border {
		font-size: 1.25rem;
	}
	.catch-b {
		font-size: 1.75rem;
	}
	.catch-small-b {
		font-size: 1.5rem;
	}
	.mainvisual .mainlogo {
		width: 21%;
		margin-left: 70%;
		bottom: 10rem;
	}
	.mainvisual {
		height: unset;
	}
	.nav_follow .head_btn {
		display: none;
	}
	.mainvisual .slick-slide img {
		width: 118%;
	}
}
.case ul {
	padding: 1rem;
}
@media screen and (min-width: 640px) {
	.case ul {
		display: grid;
		grid-template-columns: repeat(auto-fit, 48%);
		justify-content: space-between;
		padding: 0 1rem;
	}
}
.case {
	background-color: #f6f6f6;
	width: 100%;
	height: 100%;
	padding: 2rem 0 4rem;
}
.case-box {
	padding: 1rem;
	background: #fff;
	margin: 0 0 20px 0;
	border-radius: 0.75rem;
}
.case-dd {
	padding: 1rem 2rem;
	text-align: center;
}
section.price {
	padding: 5rem 1rem 0rem;
	box-sizing: border-box;
}
section.price h2 {
	border: none;
}
.btn01 {
	width: 100%;
	padding: 0 1rem;
	box-sizing: border-box;
	border: none;
}
.btn01 a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-radius: 0;
	background: #c6a70b;
}
.top-pr {
	padding: 3rem 1rem 2rem;
	width: fit-content;
	/* max-width: 800px; */
	margin: 0 auto;
}
.top-pr-t {
	margin-bottom: 1rem;
	font-size: clamp(14px, 4.8vw, 1.5rem);
}
.dot-list {
	list-style-type: '・';
	padding-left: 1.5em;
}
.dot-list li {
	margin-bottom: 0.3em;
	text-indent: -1em;
	font-size: 0.9rem;
}
.reason {
	padding: 1rem 1rem 3rem;
}
.reason img {
	width: 100%;
	margin-bottom: 1rem;
}
.reason h3 {
	text-align: center;
	margin-bottom: 0.5rem;
}
.reason p {
	margin-bottom: 1.5rem;
}
.top_contents .inner h2 {
	font-size: 1.25rem;
	padding: 0 0 15px 0;
	line-height: 1.4;
}
.name {
	padding: 1rem 0 0.5rem;
	text-align: center;
}
.comment dt {
	background: #f6f6f6;
	text-align: center;
	color: #454545;
	border-bottom: 1px solid #e2e2e2;
}
.comment dd {
	padding: 1rem 1rem 1.5rem;
	text-align: center;
}
.therapist-box .profile-icon,
.therapist-single .profile-icon {
	margin: 0;
}
.syokai-dd {
	padding: 0 1rem 2rem;
	text-align: center;
}
.flow {
	padding: 2rem 1.5rem 3rem;
}
.step {
	border: 1px solid #bbb;
	padding: 0.5rem 0.75rem 1.5rem;
}

.step-t {
	font-size: 1.15rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 1rem 0 0.5rem;
}

.step-arw {
	font-size: 1.5rem;
	text-align: center;
}
.flow .step-arw:last-of-type {
	display: none;
}

.qa-title {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
	letter-spacing: 0.05em;
}

.qa-item {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.qa-section {
	padding-bottom: 2rem;
}
.qa-question {
	width: 102%;
	background: none;
	border: none;
	outline: none;
	text-align: left;
	padding: 1.5rem 1rem;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qa-question:hover {
	background: #f8f8f8;
}

.qa-question .icon {
	transition: transform 0.3s ease;
	font-size: 1.4rem;
	display: flex;
	justify-content: flex-end;
}

.qa-item.active .icon {
	transform: rotate(45deg);
}

.qa-answer {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 1.5em;
	transition: all 0.4s ease;
}

.qa-item.active .qa-answer {
	max-height: 300px;
	opacity: 1;
	padding: 1em 1.5em 1.5em;
	background: #fafafa;
}
.qqq {
	padding-left: 1.25em;
	text-indent: -1.325em;
	line-height: 1.45;
}
.top-txt {
	padding: 1rem;
	text-align: center;
}
.top_contents2 .inner {
	width: 100%;
	padding: 3.5rem 1.5rem 4rem;
	box-sizing: border-box;
	background: #f6f6f6;
	position: relative;
}
@media screen and (min-width: 640px) {
	section {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.step-arw {
		font-size: 2.5rem;
		text-align: center;
		margin: 1rem 0;
	}
	section.reason {
		padding: 5rem 1rem 3rem;
	}
}
.castlist {
	grid-template-columns: unset !important;
	/* display: flex !important; */
}
.therapist-box {
	/* display: flex; */
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
}
.therapist-box .photo {
	width: 100%;
}
.therapist-box .photo img {
	width: 100%;
	height: unset !important;
}
.therapist-box .sns-icon img {
	width: 30px !important;
	height: auto !important;
	object-fit: contain;
	aspect-ratio: unset;
}
.top_contents {
	padding-bottom: 2rem;
}
.top_contents img {
	width: 100%;
	margin-top: 2rem;
}
@media screen and (min-width: 640px) {
	.castlist {
		grid-template-columns: repeat(auto-fit, 31%) !important;
		display: grid !important;
		justify-items: stretch;
		align-items: start;
		justify-content: space-between;
	}
	.syokai-dd {
		padding: 3rem 1rem 3rem;
		text-align: center;
	}
	.qa-section {
		padding-bottom: 4rem;
		max-width: 780px;
	}
	.top_contents img {
		width: 100%;
		margin-top: 4rem;
	}
	.top_contents2 .inner {
		padding: 6rem 6rem 7rem;
	}
	.reason h3 {
		/* padding: 1rem 0 2rem; */
	}
	.reason img {
		margin-top: 4rem;
		margin-bottom: 2rem;
	}
}

.grade-icon {
	display: none;
}

.flow img {
	width: 100%;
	padding-top: 1rem;
}
footer {
	background: #fff;
}
.single-cast-calendar .calendar ul li .schedule-castreserve-btn {
	display: none;
}
.single-cast-calendar .calendar ul li {
	justify-content: space-around;
}
.inner_page {
	width: 100%;
}
.price {
	padding: 0 1.5rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	footer ul.foot_navi_list li {
		display: flex;
		width: 80%;
		margin: 0 auto;
	}
}
.foot_navi {
	grid-template-columns: repeat(auto-fit, 25%);
}

/*************** 年齢認証 ***************/
.age-gate__wrapper {
	padding: 0;
}
.age-gate {
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	max-width: 900px;
	height: 75vh;
	border: 1px solid #fff !important;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.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(0, 0, 0, 0.4);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.age-gate__submit {
	/* background: linear-gradient( 180deg ,#000 0%, #000 100%); */
	background: rgba(0, 0, 0, 0);
}
.age-gate__heading {
	width: 100%;
	max-width: 340px;
	padding-top: 2rem;
}
.age-gate__challenge {
	margin-bottom: 1rem;
	color: #454545;
}
button.age-gate-button,
button.age-gate-submit-no,
button.age-gate-submit-yes,
button.age-gate__button,
button.age-gate__submit--no,
button.age-gate__submit--yes {
	background: #ff0099;
}
.age-gate-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0.5rem !important;
}

.age-gate-link > div {
	margin-top: 1rem !important;
	font-size: 12px;
}

.age-gate-link img {
	width: 100%;
}

.age-gate__link-area > div {
	display: grid;
	grid-template-columns: repeat(auto-fit, 48%);
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1200px;
}

@media screen and (min-width: 420px) {
	.age-gate__link-area > div {
		grid-template-columns: repeat(auto-fit, 49%);
		grid-gap: 1%;
	}
}

@media screen and (min-width: 640px) {
	.age-gate {
		/* height: 50vh; */
	}
	.age-gate__background-color {
		background: rgba(0, 0, 0, 0.4);
	}
	.age-gate__form {
		height: 58vh !important;
	}
	.age-gate__challenge {
		font-size: 1.25rem;
		padding: 3rem 0 1rem;
	}
}

@media screen and (min-width: 768px) {
	.age-gate__link-area > div {
		grid-template-columns: repeat(auto-fit, 24%);
		grid-gap: 1%;
	}
}

@media screen and (min-width: 1200px) {
	.age-gate__link-area > div {
		grid-template-columns: repeat(auto-fit, 18.2%);
		grid-gap: 1%;
	}
}
.age-gate__buttons {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
	position: relative;
}
.age-gate-text {
	position: absolute;
	z-index: -1;
	font-size: 4rem;
	font-weight: 200;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	line-height: 1;
	font-family: 'Jost', '游ゴシック Medium', Yu Gothic Medium, YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック',
		'メイリオ', Meiryo, sans-serif;
	letter-spacing: 0.05em;
	color: #454545;
}
.age-gate__submit {
	width: 37%;
	padding: 2rem 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 !important;
}
.age-gate-link {
	padding: 0 1rem 3rem;
}
.age-gate__subheadline {
	display: none;
}
.age-gate-form,
.age-gate__form {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-evenly;
}
.kin {
	margin-top: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-weight: 600;
	color: #454545;
}
button.age-gate-submit-yes,
button.age-gate__submit--yes {
	background: #c6a70b;
	padding-left: 1rem !important;
}

button.age-gate-submit-no,
button.age-gate__submit--no {
	background: #a3a3a3;
	padding-right: 1rem !important;
}
.age-gate__challenge {
	font-size: 1.5rem;
}
.age-gate__link-area a {
	color: #454545;
}
.age-gate__heading img {
	/* filter: invert(100%); */
}
a {
	text-decoration: none;
}
button,
select {
	text-decoration: none;
	color: #454545;
}
.nav_follow .logo img {
	filter: drop-shadow(0px 0px 1px #fff) drop-shadow(1px 0px 1px #fff);
}
.toggle {
	background: rgba(255, 255, 255, 0.5);
}
.toggle.is-fv {
	background: none;
}
.global_nav_sp a span {
	color: #c6a60b;
}
