/*************** 黒背景 ***************/

/* 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) ***************/

/*************** カスタム ***************/

.top_schedule,
.top_blog,
.top_access {
	/* background: #f4f4f4; */
}
.mainvisual .mainlogo {
	width: 58%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: -7%;
	opacity: 1;
}
.mv-info {
	display: none;
}
.catchcopy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin: 0 auto;
	bottom: -24%;
	color: #fff;
	font-size: 1.75rem;
}
.catchcopy span {
	font-size: 1rem;
}
.nav_follow .logo {
	width: 52%;
}
.nav_follow {
	border: none;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
@media screen and (max-width: 640px) {
	.nav_follow .logo img {
		padding-top: 1.25em;
	}
}
@media screen and (min-width: 640px) {
	.mainvisual .mainlogo {
		width: 20%;
	}
	.nav_follow .logo {
		width: 18%;
	}
}
.mainvisual .global-nav {
	background: #f8eede;
}
.mainvisual .global-nav a,
.mainvisual .global-nav a span {
	color: #bda778;
	font-weight: 800;
}
.foot_navi {
	grid-template-columns: repeat(auto-fit, 30%);
	justify-content: space-evenly;
	background: #f7eddb;
	padding: 0.5rem 0;
}
.foot_navi li a {
	background: #bda778;
	border-radius: 0.25rem;
	height: unset;
	padding: 0.5rem 0;
	font-size: 1rem;
}
.f-hours {
	top: 63px;
	background: #d8bf89;
	border-top: none;
	height: 1.5rem;
}
.f-hours div {
	font-size: 0.9rem;
}
.btn01 a {
	background: rgba(255, 255, 255, 0.9);
	color: #373022;
	border-radius: 0;
	border: 1px solid #373022;
}
.top_topics .sh {
	background: #bda778;
	color: #fff;
	padding-bottom: 2px;
}
.top_topics {
	background: #fff;
}
.toggle span {
	width: 65%;
	border-bottom: solid 3px #bda778;
}
.toggle span:nth-child(1) {
	top: 4px;
}
.toggle span:nth-child(3) {
	top: 22px;
}
.toggle.active span:nth-child(1) {
	top: 14px;
	left: 12px;
}
.global_nav_sp a span {
	color: #bda778;
}
.cont_titile {
	color: #e9d2a7;
	color: #bda778;
	box-sizing: border-box;
}
.cont_titile span {
	color: #bda778;
	color: #efdab8;
	font-family: 'Cinzel', serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.top_menu ul {
	padding: 0;
}
.top_menu ul li {
	/* margin: 0; */
	aspect-ratio: unset;
}
.top_menu ul li a {
	background: none;
}
.top_menu ul li img {
	aspect-ratio: unset;
}
@media screen and (max-width: 640px) {
	.cont_titile span {
		font-size: 10.5vw;
	}
	.cont_titile {
		font-size: 1.25rem;
	}
}
@media screen and (min-width: 640px) {
	.flex {
		display: flex;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
	}
	.top_information {
		width: 60%;
	}
	.x-instagram {
		width: 40%;
	}
}
.f-nav {
	background: #f8eede;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	justify-content: center;
	padding: 1rem 0;
}

.f-nav a,
.f-nav a span {
	color: #bda778;
	font-weight: 800;
}
.f-nav a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
}
.f-nav li {
	width: auto;
	padding: 0 1rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.global-nav.pc {
		display: none !important;
	}
}
.global_nav_sp .sns img {
	width: 30px;
}
.global_nav_sp .nav-b img {
	width: 55%;
	text-align: center;
}
.global_nav_sp .mv-hours {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	font-size: 0.8rem;
	text-align: center;
}

.school-top h3 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: 2rem;
}
.school .cont_titile {
	padding: 4rem 0 2rem;
}

@media screen and (min-width: 640px) {
	.school-top {
		display: grid;
		grid-template-columns: repeat(auto-fit, 40% 55%);
		justify-content: space-between;
		align-items: center;
	}
}
.itr .ddd {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.itr .ddd li {
	display: block;
	line-height: 1.5;
}
.itr .ddd li span {
	font-weight: bold;
	padding-bottom: 0.5rem;
}
.ddd li:nth-of-type(1) {
	width: 38%;
}
.ddd li:nth-of-type(2) {
	width: 58%;
	display: flex;
	flex-direction: column;
}
.itr h3 {
	position: relative;
	padding-left: 0.5rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
}
.itr h3::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 0.25rem;
	height: 1.75rem;
	background: #bda778;
}
.dddd {
	padding: 1rem 1rem 3rem;
}
.ttt {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #212121;
}
.school-couse img {
	margin-top: 1rem;
}
.school-couse ul {
	padding: 2rem 1.5rem 3rem;
	border: 1px solid #bbb;
	margin-bottom: 2rem;
	box-sizing: border-box;
}
.school-couse ul li {
	box-sizing: border-box;
}
.how ul li {
	border: 1px solid #bbb;
	padding: 5rem 1rem;
	border-radius: 0.5rem;
}
.step-arw {
	font-size: 1.5rem;
	text-align: center;
	margin: 1rem 0;
}
.how ul:last-of-type p {
	display: none;
}
.qa ul li {
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}
.contact-txt {
	text-align: center;
	margin-bottom: 4rem;
}
.school-about {
	width: fit-content;
	margin: 0 auto;
}

section.ctt {
	padding: 0;
}

.btn-wrapp .btn01 a {
	background: #f7eddb;
	color: #bda778;
	display: flex;
	justify-content: center;
	width: 12rem;
}

@media screen and (min-width: 640px) {
	.ddd {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		width: 36% !important;
	}
	.ddd-box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 4rem;
	}
	.ddd li:nth-of-type(1) {
		width: 75%;
	}
	.ddd li:nth-of-type(2) {
		width: fit-content;
		margin-top: 2rem;
	}
	.itr-img {
		display: flex;
	}
	.cont_titile {
		padding: 8rem 0 3rem !important;
	}
	.btn-wrapp .btn01 a {
		width: 12rem;
	}
}
.meo {
	text-align: center;
	padding: 1rem 0 2rem;
	font-size: 0.65rem;
}
.meo span {
	font-size: 0.55rem;
	color: #999;
}
.global_nav_sp .sns {
	display: none;
}
@media screen and (max-width: 640px) {
	.deli.cont_titile {
        font-size: 1rem;
        margin: 0 1rem;
	}
	.ttt h3 {
		font-size: 1rem;
	}
}
.top-btn-wrap .btn01 {
	width: 100%;
	margin-top: 1rem;
}
.top-btn-wrap .btn01 a {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 640px) {
	.top-btn-wrap {
		/* display: flex; */
	}
	.top-btn-wrap .btn01 {
		width: 38%;
		margin-top: 1rem;
	}
}
.therapist-box .photo .today-icon {
	line-height: 1.2;
	border-width: 0 65px 65px 0;
}
.therapist-box .photo .today-icon span {
	right: -57px;
	top: 5px;
}
.profile-icon {
	display: none !important;
}
.f-hours div {
	font-size: 0.75rem;
	width: unset;
	font-size: 2.7vw;
}
@media screen and (min-width: 1381px) {
	.nav_follow .btn_tel.pc {
		width: 23% !important;
	}
}
.f-hours {
	display: flex;
	align-items: center;
	padding-top: 3px;
}
.room {
	margin-top: 10px !important;
}
@media screen and (min-width: 640px) {
	header .nav_follow div {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	header .nav_follow .head_btn a {
		width: unset;
	}
	header .global-nav {
		width: 46% !important;
	}
	header .nav_follow .btn_tel.pc {
		width: unset !important;
		display: none;
	}
	header .nav_follow .logo {
		margin: 1rem 0 1rem 0.5rem;
	}
	header .nav_follow .head_btn a {
		padding: 0.5rem 1rem;
		margin-left: 2rem;
	}
	.btn22 {
		margin-top: 0.5rem;
		text-decoration: underline;
	}
	.nav_follow {
		padding: 0.42rem 0 0 !important;
		height: 6.5rem;
	}
	.pc .f-nav {
		display: none;
	}
}
.top_access h3,
.access-none {
	display: none !important;
}
footer .sns {
	display: none !important;
}
.inner .catchcopy {
	color: #373022;
	position: unset;
}

.btn_tel a {
	font-size: 0.7rem;
	line-height: 1.1;
}
.btn_tel a .material-symbols-outlined {
	font-size: 24px;
}
.btn-time {
	font-size: 0.7rem;
}
@media screen and (max-width: 640px) {
	.ttl-size {
		font-size: 8vw !important;
	}
}
.qa-item {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.qa-section {
	padding: 2rem 0.5rem;
}
.qa-question {
	width: 102%;
	background: none;
	border: none;
	outline: none;
	text-align: left;
	padding: 1.5rem 0.5rem;
	font-size: 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;
	color: #bda778;
}

.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;
	color: #864a2b;
}
.zokusei {
	margin: 0.5rem 0 0.25rem;
}
.zzz {
	text-align: right;
	display: block;
	font-size: 0.6rem;
	color: #999;
}
.under-link {
	text-align: center;
	text-decoration: underline;
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}
.voice h3 {
	font-size: 1.2rem;
}
.btn0 {
	margin: 2rem 0 0;
}
.btn0 a {
	color: #999;
}
footer .catchcopy span {
	font-size: 0.85rem;
	margin-bottom: 1rem;
	margin-left: 1rem;
	letter-spacing: -1px;
}
footer .logo {
	margin-bottom: 0.25rem;
}
.forbi .btn-wrapp {
	margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
	.qa-question {
		width: 100%;
		padding: 1.5rem 1.5rem;
	}
}

.foot_navi2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, 20% 20% 20% 20% 20%);
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.foot_navi2 {
    grid-template-columns: repeat(auto-fit, 96%);
    justify-content: space-evenly;
    /* background: #f7eddb; */
    padding: 0.5rem 0;
}

.foot_navi2 li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 11px;
    height: 70px;
}

.foot_navi2 li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 11px;
    height: 70px;
}

.foot_navi2 li a {
    background: #06c755;
    border-radius: 2rem;
    height: unset;
    padding: 0.5rem 0;
    font-size: 1rem;
    border: 3px solid #f7ddc8;
    filter: drop-shadow(2px 4px 2px #ccc);
	    color: #fff;
}

/* 1. サイト全体の横はみ出しを物理的にカット */
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative;
}

/* 2. 全要素に対して「パディングを幅に含める」設定を強制 */
*, *::before, *::after {
    box-sizing: border-box !important;
}

/* 3. スマホで横幅を突き破りやすい要素をリセット */
@media screen and (max-width: 767px) {
    /* 画像、動画、地図が枠を飛び出さないように */
１
    /* Twenty Seventeen等のテーマが持つコンテナの余白をリセット */
    .site-content, .wrap, .inner, .container {
        max-width: 100% !important;
        padding-left: 15px !important;  /* 左右に最低限の遊びを作る */
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden; /* 子要素のはみ出しをカット */
    }

    /* 固定フッターメニュー (foot_navi) が原因の場合の対策 */
    /* #scroll-top, .foot_navi, .foot_navi2 {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;１
    } */
}