@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium"), local("Yu Gothic");
	font-weight: 500;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	color: #444444;
	font-size: 18px;
}

img {
	display: block;
}

body.modal {
	overflow: hidden;
}

header {
	display: block;
	background-color: rgb(247, 247, 247);
	border-bottom: solid 1px #dddddd;
	padding: 26px 0px 148px 0px;
	margin: 0 0 -110px 0;
}

header a {
	color: #444444;
}

nav a:hover {
	color: rgba(36, 108, 205, 1.00);
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}

h1 a {
	font-size: 30px;
	font-weight: bold;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	color: #444444;
	margin: 0 0 30px 0;
}

.min-text {
	font-size: 14px;
}

a {
	color: rgba(36, 108, 205, 1.00);
	text-decoration: none;
}

.tc {
	text-align: center;
}

main {
	padding: 20px;
	width: 1200px;
	margin: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 6px 0px #dddddd;
	box-shadow: 0 0 6px 0px #dddddd;
	margin-bottom: 60px;
}

.head-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1200px;
	margin: auto;
}

@media screen and (max-width: 767px) {

	main,
	.head-menu {
		width: 100%;
		display: block;
	}
}

.head-menu nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
}

.head-menu nav ul li {
	margin: 0 0 0 20px;
}

.sp_head {
	display: none;
}

@media screen and (max-width: 767px) {
	main {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	header {
		padding: 0;
		margin: 0 0 20px 0;
	}

	.head-menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.sp_head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		background-color: #f7f7f7;
		border-bottom: solid 1px #dddddd;
		padding: 10px 20px;
	}

	.sp_head i {
		font-size: 30px;
	}

	.sp_head h1 {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.sp_head h1 a {
		font-size: 24px;
	}

	.head-menu nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		background-color: rgba(255, 255, 255, 0.83);
		height: 60px;
		overflow: hidden;
		z-index: 500000;
	}

	.head-menu nav .fa-times {
		display: none;
	}

	body.open_sp_menu .head-menu nav {
		height: 100%;
	}

	body.open_sp_menu .head-menu nav .fa-times {
		display: inline-block;
	}

	body.open_sp_menu .head-menu nav .fa-bars {
		display: none;
	}

	.head-menu nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		background-color: #ffffff;
	}

	.head-menu nav ul li {
		padding: 0;
		border-bottom: solid 1px #dddddd;
		width: 100%;
		margin: 0;
	}

	.head-menu nav ul li:last-child {
		padding: 5%;
	}

	.head-menu nav ul li a {
		padding: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.head-menu nav ul li a:after {
		font-family: FontAwesome;
		content: '\f054';
	}

	.head-menu nav ul li:last-child a {
		display: block;
		text-align: center;
		background: #efefef;
	}

	.head-menu nav ul li:last-child a:after {
		content: none;
	}
}

.logout {
	display: block;
	padding: 4px 15px;
	border: solid 1px #dddddd;
	border-radius: 5px;
	background-color: #ffffff;
}

.contents-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	h2 {
		display: block;
		text-align: center;
		font-size: 7vw;
	}

	.contents-header {
		display: block;
	}

	.contents-header .btn-group {
		margin-bottom: 5%;
		display: block;
	}

	.contents-header .btn-group .btn-edit {
		text-align: center;
	}

	main>.btn-group-edit .btn-edit {
		width: 100%;
		text-align: center;
	}

	form>.btn-group .btn-edit {
		margin: auto;
	}
}

.btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn-group-edit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn-group-edit a {
	margin-right: 10px;
}

.btn-group-edit a:last-child {
	margin-right: 0px;
}

.edit-form .btn-group {
	width: 300px;
	margin: auto;
}

.edit-form .btn-group button,
.edit-form .btn-group a {
	width: 100%;
	margin: 10px;
	height: 40px;
	border-radius: 6px;
	background-color: rgba(70, 152, 204, 0.90);
	color: #FFFFFF;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-return,
.btn-edit,
.btn-delete {
	display: block;
	padding: 6px 20px;
	border-radius: 5px;
	font-size: 16px;
}

.btn-edit {
	background-color: rgba(70, 152, 204, 0.90);
	border: solid 1px rgba(70, 152, 204, 1.00);
	color: #ffffff;
}

.btn-delete {
	background-color: rgba(224, 78, 80, 0.90);
	border: solid 1px rgba(224, 78, 80, 1.00);
	color: #ffffff;
}
.edit-form .btn-group .sys-delete {
	background-color: rgba(224, 78, 80, 0.90);
}

.btn-return {
	background-color: rgba(70, 152, 204, 0.90);
	border: solid 1px rgba(70, 152, 204, 1.00);
	color: #ffffff;
	width: 200px;
	font-size: 20px;
	margin: auto;
}

.contents-header .btn-edit {
	font-size: 20px;

}

main {
	padding: 20px;
}

table {
	margin: 20px 0 0 0;
	border-collapse: collapse;
	border: solid 1px #d4d4d4;
	width: 100%;
}

table tr th,
table tr td {
	padding: 10px;
	border: solid 1px #d4d4d4;
	min-height: 52px;
	text-align: left;
	word-break: break-all;
}

table tr th {
	background-color: rgba(243, 243, 243, 1.00);
	font-weight: normal;
	color: #444444;
}

.edit_table tr th {
	width: 200px;
}

.edit_table .error_wrap p {
	color: #FFF;
	padding: 12px 10px;
	background-color: #e00000;
	font-weight: bold;
	line-height: 1;
	margin: 8px 0 0;
}
.edit_table th {
	position: relative;
}
.edit_table .tag_required {
	color: #FFF;
	padding: 4px 8px;
	background-color: #e00000;
	font-weight: bold;
	font-size: 12px;
	border-radius: 6px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -14px;
}

.sp-ib {
	display: none;
}

@media screen and (max-width: 767px) {
	.sp-ib {
		display: inline-block;
	}

	main {
		padding: 3%;
	}

	table {
		border: none;
	}

	tr,
	td,
	th {
		display: block;
		width: 100%;
	}

	tr {
		margin-bottom: 10%;
	}

	table tr td {
		border-bottom: none;
	}

	table tr td:last-child {
		border-bottom: solid 1px #dddddd;
		margin-top: -1px;
	}

	table tr td .btn-group .btn-edit,
	table tr td .btn-group .btn-delete {
		width: 48%;
		text-align: center;
	}

	table tr td .btn-group.btn-one .btn-delete {
		width: 100%;
	}

	.edit_table tr {
		margin: -1px 0 0 0;
	}

	.edit_table tr th {
		width: 100%;
	}

	table,
	tbody {
		display: block;
	}

	table tr td .btn-group-edit {
		display: block;
	}

	table tr td .btn-group-edit a {
		display: block;
		margin: 0 0 3% 0;
		text-align: center;
	}

	table tr td .btn-group-edit a:last-child {
		margin: 0;
	}

	.sp_img_center img {
		margin: auto;
		width: 30%;
	}

	main>.btn-group.flex-left {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	main>.btn-group.flex-left a {
		font-size: 4vw;
		margin: 0;
		text-align: center;
		width: 49%;
	}

	.btn-return,
	.btn-edit,
	.btn-delete {
		padding: 2% 2%;
	}

}


input,
select {
	min-height: 42px;
	padding: 4px 6px;
}

@media screen and (max-width: 767px) {

	input,
	select {
		margin-bottom: 3%;
	}
}

textarea {
	padding: 4px 6px;
}

.ql-toolbar.ql-snow {
	background-color: #eef5fd;
}

.info_box {
	text-align: center;
	padding: 60px 0;
}

.info_box h2 {
	margin-bottom: 20px;
}

.delete_end,
.save_end {
	display: none;
}



.mr20 {
	margin-right: 20px;
}

.w100p {
	width: 100%;
}

.w40 {
	width: 40px;
}

.w60 {
	width: 60px;
}

.w80 {
	width: 80px;
}

.w100 {
	width: 100px;
}

.w170 {
	width: 170px;
}

.w210 {
	width: 210px;
}

.wma120 {
	width: 120px;
	max-width: 120px;
}

.h180 {
	height: 180px;
}

/* スケジュールのタブ */
.tab_select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 30px 0 0 0;
	border-bottom: solid 1px #dddddd;
}

.tab_select li {
	list-style: none;
	width: 20%;
	border-left: solid 1px #dddddd;
	border-top: solid 1px #dddddd;
}

.tab_select li:last-child {
	border-right: solid 1px #dddddd;
}

.tab_select li a {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tab_select li:hover {
	background-color: #eeeeee;
}

.tab_select li.active {
	background-color: #dddddd;
	font-weight: bold;
}

.tab_select li.active a {
	color: #000000;
}

/* ポンくずリスト */
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	/* background-color: #f7f7f7; */
	padding: 5px 20px;
	margin: -20px -20px 10px -20px;
	border-bottom: solid 1px #dddddd;
}

.breadcrumb li:after {
	font-family: "Courier New", Courier, "monospace";
	content: '>';
	margin: 0 10px;
}

.breadcrumb li:last-child:after {
	content: none;
}


/* 共通データが無い時 */
.no-data-info {
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f4f4f4;
	border-radius: 20px;
	padding: 40px 0;
}

.no-data-info .btn-edit {
	font-size: 20px;
}

.flex-left button.btn-edit,
.flex-left a.btn-edit {
	margin-right: 10px;
}

.flex-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}


/* トップぺージ */
.index_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.index_menu li {
	margin-bottom: 20px;
	width: 49%;
}

.index_menu li p {
	font-size: 13px;
	line-height: 160%;
}

.index_menu li:last-child {
	margin-bottom: 0;
}

.index_menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: solid 1px #dddddd;
	padding: 20px;
	border-radius: 10px;
	-webkit-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}

.index_menu li a:hover {
	background-color: #d4f3df;
}

.index_menu li a div:last-child {
	padding: 0px 0px 0px 30px;
}

.index_menu li a div span {
	font-size: 30px;
	font-weight: bold;
}

.index_menu li a img {
	width: 100px;
	height: 100px;
	display: block;
}

@media screen and (max-width: 767px) {
	.index_menu li {
		margin-bottom: 20px;
		width: 100%;
	}

	.index_menu li a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 5%;
	}

	.index_menu li a div {
		text-align: center;
	}

	.index_menu li a div img {
		margin: auto;
	}

	.index_menu li a div:last-child {
		padding: 0px;
		text-align: left;
	}

	.index_menu li a div span {
		text-align: center;
		display: block;
	}

	.index_menu li p {
		font-size: 4.5vw;
	}
}


/* イベント情報 */
.preview img {
	max-width: 100%;

}

/* ブログセラピストの選択 */
.staff_blog_select_list {
	padding: 10px 0px 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

.staff_blog_select_list li {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 202px;
}

.staff_blog_select_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
	border: solid 1px #d4d4d4;
	-webkit-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}

.staff_blog_select_list li a:hover {
	background-color: #d4f3df;
}

.staff_blog_select_list li a img {
	margin-bottom: 10px;
}

.staff_blog_select_list li a span {
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.staff_blog_select_list {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.staff_blog_select_list li {
		margin: 0 0 2% 0;
		width: 49%;
	}

	.staff_blog_select_list li a {
		padding: 0px;
	}

	.staff_blog_select_list li a img {
		max-width: 100%;
		margin-bottom: 3%
	}

	.sp-side-sc {
		width: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
	}

	.size-3 label {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 3%;
	}

	.size-3 .bust-size {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.size-3 .bust-size label {
		width: auto;
		margin-right: 2%;
	}

	.read {
		display: block;
		width: 100px;
		text-align: right;
	}

	.size-3 input,
	.size-3 select {
		margin-bottom: 0%;
	}

}









/*  */
.ql-hidden {
	display: none;
}

.ql-editor {
	min-height: 180px;
}

.save_modal {
	display: none;
}

.save_modal>div {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 0.61);
	color: #7092ad;
}


.delete_modal {
	display: none;
}

.delete_modal>div {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 0.61);
	color: #7092ad;
}

.delete_modal>div {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 0.61);
	color: #7092ad;
}



/* 出勤スケジュール */
.staff_schedule_shop {
	margin-top: 30px;
}

th.sat_day {
	background-color: rgba(160, 189, 255, 0.30);
	color: rgba(0, 77, 255, 1.00);
}

th.sun_day {
	background-color: rgba(255, 160, 162, 0.30);
	color: rgba(255, 0, 0, 1.00);
}

.schedule_btns {
	padding: 30px 0 60px 0;
	text-align: center;
}

.schedule_btns button {
	margin: auto;
	display: block;
	padding: 6px 20px;
	border-radius: 5px;
	font-size: 16px;
	background-color: rgba(70, 152, 204, 0.90);
	border: solid 1px rgba(70, 152, 204, 1.00);
	color: #ffffff;
}

.sp-b {
	display: none;
}

@media screen and (max-width: 767px) {
	.sp-b {
		display: block;
	}

	.staff_schedule_table tbody {
		display: block;
	}

	.w210 {
		width: 100%;
	}

	div.flex_timetable {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	div.flex_timetable>div {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.staff_schedule_table .sp-b {
		display: block;
		background-color: #eeeeee;
		padding: 2%;
	}

	.staff_schedule_table .sp-b.sat_day {
		background-color: rgba(160, 189, 255, 0.30);
		color: rgba(0, 77, 255, 1.00);
	}

	.staff_schedule_table .sp-b.sun_day {
		background-color: rgba(255, 160, 162, 0.30);
		color: rgba(255, 0, 0, 1.00);
	}
}









/* セラピストの個別情報 */
.cover_upload {
	margin-right: 10px;
}

.cover_upload_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.file_upload_area_img img {
	max-width: 100%;
	display: block;
}




/* 時間の入力フォーム */
.set-time-area input {
	outline: none;
	border: none;
	background-color: transparent;
}

select.in-time-hour,
select.in-time-minute {
	border: none;
	-webkit-appearance: none;
	/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none;
	/* ベンダープレフィックス(Firefox用) */
	appearance: none;
	/* 標準のスタイルを無効にする */
	text-align: center;
	outline: none;
}

.set-time-area {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.set-time-area>i {
	font-size: 22px;
	padding: 4px 15px;
	border: solid 1px #D4D4D4;
	color: #ffffff;
	background-color: rgba(98, 194, 219, 1.00);
	border-radius: 4px;
	font-weight: normal;
	margin-left: 5px;
	cursor: pointer;
}

.set-time-area>i:hover {
	background-color: rgba(98, 194, 219, 0.80);
	color: #ffffff;
}

.input-time {
	height: 32px;
	border: solid 1px #BDBDBD;
	background-color: #ffffff;
	font-size: 14px;
	padding: 0 0px;
	outline: none;
	margin: 0 0 0 0;
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}

.input-time input[type="text"] {
	width: 40px;
	height: 30px;
	border: none;
	text-align: center;
	margin: 0;
	padding: 0;
	display: inline-block;

}

.time-input-window {
	position: relative;
	height: 1px;
	width: 1px;
	overflow: visible;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	left: -342px;
	top: 19px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.time-input-modal {
	position: relative;
	border: solid 1px #d4d4d4;
	display: inline-block;
	padding: 10px;
	background-color: #ffffff;
	top: 0;
	left: 63px;
	width: 336px;
	z-index: 30;
}

.time-input-modal-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	border-bottom: solid 1px #dddddd;
	padding: 0;
	margin: 0 0 20px 0;
}

.time-input-modal-tab li {
	width: 50%;
	text-align: center;
	background-color: #EFEFEF;
	padding: 4px 0;
	cursor: pointer;
	margin: 0;
}

.time-input-modal-tab li.active {
	background-color: #62c2db;
	color: #ffffff;
}

.time-input-modal table {
	width: 100%;
	border-collapse: collapse;
}

.time-input-modal table td {
	background-color: #62c2db;
	color: #fff;
	cursor: pointer;
	border: solid 1px #d4d4d4;
	padding: 10px;
	font-size: 14px;
	width: 60px;
	text-align: center;
}

.time-input-modal table td:hover {
	background-color: rgba(98, 194, 219, 0.80);
	color: #ffffff;
}

.time-input-modal-header-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	font-size: 16px;
}

.time-input-modal-header {
	text-align: left;
	display: block;
	font-size: 18px;
}

.time-input-modal-header i {
	margin-right: 5px;
}

.time-input-modal-close {
	color: #62c2db;
	cursor: pointer;
}

.time-input-minute-table {
	display: none;
}

.modal-fixed {
	position: fixed;
	height: 100%;
	width: 100%;
	/* background-color:rgba(0,0,0,0.25); */
	left: 0;
	top: 0;
}

.time-input-modal::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 105px;
	top: -10px;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #dddddd;
	border-left: 10px solid transparent;
}

/* beforeで本体の三角を表現 */
.time-input-modal::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 105px;
	top: -9px;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
}

@media screen and (max-width: 767px) {
	.modal-fixed {
		z-index: 555555;
		background-color: rgba(0, 0, 0, 0.56);
	}

	.time-input-modal {
		border: solid 1px #d4d4d4;
		display: inline-block;
		padding: 3%;
		background-color: #ffffff;
		top: 25%;
		left: 50%;
		width: 90%;
		margin-left: -45%;
		z-index: 555556;
		position: fixed;
	}

	.time-input-hour-table tbody {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.time-input-minute-table tbody tr,
	.time-input-hour-table tbody tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	table.time-input-minute-table tr td:last-child,
	table.time-input-hour-table tr td:last-child {
		margin: 0;
	}

	table.time-input-minute-table tr,
	table.time-input-hour-table tr {
		margin-bottom: 0;
	}

	.time-input-modal::after,
	.time-input-modal::before {
		display: none;
	}

	.time-input-modal table td {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

}






















/* イベントのソート */
.sort_event_ul {
	background-color: #EFEFEF;
	padding: 10px;
	overflow: auto;
	margin: 20px auto;
	width: 800px;
	max-width: 100%;
	position: relative;
}

.sort_event_ul li {
	list-style: none;
	padding: 7px;
	border: solid 1px #d4d4d4;
	background-color: #ffffff;
	margin: 5px auto;
	position: relative;

}

.sort_event_ul li img {
	max-width: 100%;
}

.sort_event_ul li:first-child .sort-up {
	display: none;
}

.sort_event_ul li:last-child .sort-down {
	display: none;
}

.sort_event_ul li .sort-up,
.sort_event_ul li .sort-down {
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-family: monospace;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	border: none;
	background-color: rgba(255, 255, 255, 0.60);
	color: #000000;
}

.sort_event_ul li .sort-up {
	left: 50%;
	top: 30px;
	margin-left: -15px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sort_event_ul li .sort-down {
	right: 50%;
	top: auto;
	bottom: 15px;
	margin-right: -15px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-chevron-right:before {
	line-height: 33px;
}

.fa-chevron-left:before {
	line-height: 33px;
}



/* セラピストのソート */
.sort_staff_ul {
	background-color: #EFEFEF;
	padding: 10px;
	overflow: auto;
	margin: 20px 0;
}

.sort_staff_ul li {
	list-style: none;
	float: left;
	padding: 7px;
	border: solid 1px #d4d4d4;
	background-color: #ffffff;
	margin: 5px;
	position: relative;
	width: 200px;
    min-height: 310px;
}

.sort_staff_ul li img {
	max-width: 100%;
    margin: auto;
}

.sort_staff_ul li:first-child .sort-up {
	display: none;
}

.sort_staff_ul li:last-child .sort-down {
	display: none;
}

.sort_staff_ul li .sort-up,
.sort_staff_ul li .sort-down {
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-family: monospace;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	border: none;
	background-color: rgba(255, 255, 255, 0.60);
	color: #000000;
}

.sort_staff_ul li .sort-up:hover,
.sort_staff_ul li .sort-down:hover {
	background-color: #89D1EF;
	color: #ffffff;
}

.sort_staff_ul li .sort-up {
	left: 5%;
}

.sort_staff_ul li .sort-down {
	right: 5%;
}

.staff_name {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.sort_end {
	display: none;
}

.sort_end>div {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.75);
}

.sort_end>div ul {
	list-style: none;
}

.sort_end>div ul li {
	margin-bottom: 20px;
}

.info_box h2 {
	color: #246ccd;
}

.sort_end .btn-return {
	width: 300px;
}

.sp_sc_staff_name {
	display: none;
}

@media screen and (max-width: 767px) {
	.info_box h2 {
		font-size: 5vw;
	}

	.sort_staff_ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sort_staff_ul li {
		margin: 0 0 2% 0;
		width: 49%;
	}

	.sp_staff_name_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sp_sc_staff_name {
		display: block;
		padding: 0 0 0 20px;
	}
}


















/* ページネーション */
.pagination_nav {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.pagination_nav li {
	border: solid 1px #d4d4d4;
	margin: 0 5px;
	border-radius: 5px;
}

.pagination_nav li:hover {
	background-color: #D9EAF4;
}

.pagination_nav li.active {
	background-color: #58a2d1;
	color: #ffffff;
}

.pagination_nav li,
.pagination_nav li a {
	min-width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination_nav li a,
.pagination_nav li.active {
	padding: 5px 10px;
}


/* css checkbox01 */
.checkbox01-input {
	display: none;
}

.checkbox01-parts {
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
}

.checkbox01-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
}

.checkbox01-input:checked+.checkbox01-parts {
	color: #009a9a;
}

.checkbox01-input:checked+.checkbox01-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	border-bottom: 3px solid #009a9a;
	border-right: 3px solid #009a9a;
}

/*css radio02*/
.radio02-input {
	display: none;
}

.radio02-input+label {
	padding-left: 24px;
	position: relative;
	margin-right: 20px;
}

.radio02-input+label::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	border-radius: 50%;
}

.radio02-input:checked+label {
	color: #009a9a;
}

.radio02-input:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 4px;
	width: 10px;
	height: 10px;
	background: #009a9a;
	border-radius: 50%;
}




/* ローディング */
.spinner {
	margin: 30px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.spinner>div {
	background-color: #7092ad;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}



@media screen and (max-width: 767px) {
	.sp-non {
		display: none !important;
	}
}

.btn-delete:hover {
	cursor: pointer;
}
.delete_area {
	margin-top: 5px;
}
.delete_area .btn-delete {
	max-width: 90px;
	margin: 0 auto;
	text-align: center;
}


@media screen and (max-width: 767px) {
	.schedule_all .schedule_btns {
		padding-top: 0;
	}
}
main {
	display: block;
}
button:hover {
	cursor: pointer;
}


/* 料金の入力ページ */
.input_time {
	width: 70px;
}
.input_place {
	width: 120px;
}
.couse_box {
	border: solid 1px rgba(219,228,245,1.00);
	background-color: rgba(219,228,245,0.50);
	padding: 10px;
	margin-bottom: 15px;
	margin-right: 20px;
}
.couse_box:last-child {
	margin-right: 0;
}
.couse_flex {
	display: flex;
}
.couse_name {
	margin-bottom: 10px;
}
.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.couse_flex {
		display: block;
	}
	.couse_box {
		margin-right: 0;
	}
	.sp {
		display: inherit;
	}
}



