@charset "utf-8";
/* CSS Document */
/*480 768 960 1280*/
/*========================================   メイン   ========================================*/
div.profile_main_contents{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
	padding:2em 2%;
	box-sizing: border-box;
	background-color:rgba(255,255,255,0.75);
	box-shadow: 2px 4px 10px rgb(0 0 0 / 0.1);
}
.profile_main_wrap{
	margin-bottom: 50px;
}

.profile_photo{
	max-width: 500px;
	margin: 0 auto;
}
/*写真*/
.photo_area{
	position: relative;
	margin-bottom: 0.6em;
	/*box-shadow: 2px 4px 12px rgba(0,0,0,0.15);*/
}
.photo_btn{
	display: flex;
}
.photo_btn li{
	width: 32%;
	margin-right: 2%;
	/*box-shadow: 2px 4px 12px rgba(0,0,0,0.15);*/
}
.photo_btn li:last-child{
	margin-right: 0;
}
/*プロフ*/
div.profile_text ul li{
	border-bottom: #CCCCCC dotted 1px;
	padding: 0 0.4em;
	margin-bottom: 5px;
}
div.profile_text ul li:first-child strong{/*名前*/
	font-size: 1.8rem;
}
div.profile_text ul li span{
	display: inline-block;
	width: 6em;
	color: var(--point-color);
	margin-right: 0.6em;
}
div.profile_text ul li small{
	margin-left: 0.2em;
	font-size: 1.2rem;
	padding: 0 0.4em;
	margin-bottom: 10px;
}
/*ショップコメント*/
div.profile_comment{
	font-size: 1.4rem;
	margin-top: 30px;
	padding: 1em 1.6em;
	border: #CCCCCC dotted 1px;
}
div.profile_comment h5{
	font-size: 1.6rem;
	font-weight: normal;
	color: var(--point-color);
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #CCCCCC dotted 1px;
}
@media screen and (min-width:0px) and ( max-width:1023px) {/*1024まで*/
	.profile_photo{
		margin-bottom: 30px;
	}
	div.profile_text{
		font-size: 1.2rem;
	}
	div.profile_text ul li small{
		font-size: 1.0rem;
	}
	div.profile_text ul li:first-child strong{/*名前*/
		font-size: 1.6rem;
	}
	div.profile_comment{
		font-size: 1.2rem;
	}
	div.profile_comment h5{/*ショップコメント*/
		font-size: 1.2rem;
	}
}
@media screen and (min-width : 768px) {/*768以上(タブレット/PC)*/
}
@media screen and (min-width : 768px) {/*1024以上*/
	.profile_main_wrap{
		display: flex;
		margin-bottom: 80px;
	}
	.profile_photo{
		margin-right: 3em;
		width: 43%;
	}
	.profile_text{
		width: 57%;
	}
}

/*スマホ用プロプ*/
p.castname_sp{
	text-align: center;
	margin-bottom: 15px;
}
p.castname_sp strong{
	display: inline-block;
	max-width: 13em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align:middle;
}
p.castname_sp > span{
	vertical-align: middle;
}
span.castsize{
	display: block;
}
@media screen and (min-width:0px) and ( max-width:767.9px) {/*768まで*/
	li.castname_pc{
		display: none;
	}
}
@media screen and (min-width : 480px) {/*480以上(タブレット/PC)*/
	span.castsize{
		display: inline-block;
		margin-left: 0.4em;
	}
}
@media screen and (min-width : 768px) {/*768以上(タブレット/PC)*/
	p.castname_sp{
		display: none;
	}
}

/*お気に入り登録ボタン*/
.profile_favorite_btn{
	margin: 40px auto 0;
}




/*========================================   タイムテーブル   ========================================*/
/*お休み*/
.schedule_closed{
	text-align: center;
}
@media screen and (min-width:0px) and ( max-width:599.9px) {/*600まで(SP/タブレット)*/
	.schedule_closed{
		display: none;
	}
}

div.schedule_wrap{
	border: #CCCCCC solid 1px;
	padding-bottom: 30px;
	margin-bottom: 50px;
	position: relative;
}
p.schedule_date{/*日付*/
	padding:8px 0 8px 0.6em;
	border-bottom: #CCCCCC solid 1px;
	background-color: #EEEEEE;
	font-weight: bolder;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
/*出勤状況*/
p.castschedule_status_wrap{
	background-color: #FFFFFF;
	width: 20em;
	border-radius: 5px;
}
span.castschedule_status_time{/*出勤・要確認*/
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 0px;
	color: #FFFFFF;
	background-color:#EF66B2;
	border-radius: 5px 0 0 5px;
}
span.castschedule_status_time_closed{/*休み*/
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 0px;
	/*color: #FFFFFF;*/
	background-color: #DDDDDD;
	border-radius: 5px;
}
span.castschedule_status{
	font-weight: bolder;
	/*color: #00BBFF;*/
	color: #EF66B2;
	width: 50%;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}
span.castschedule_status i{
	margin-right: 0.2em;
}
/*WEB予約ボタン*/
p.castschedule_reservebtn{
	margin: 0 auto 20px;
}
p.castschedule_reservebtn a{
	width: 90%;
	min-width: 200px;
	max-width: 500px;
	padding: 7px;
	display: inline-block;
	padding: 5px;
	font-size:1.6rem;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	border-radius: 0;
	border: solid 2px #FFFFFF;/* 内側の線になる一本線の枠線をひく*/
	outline: solid 1px #333333;/* 外側の線になる一本線の枠線をひく*/
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	/*出勤状況*/
	p.castschedule_status_wrap{
		position: absolute;
		right: 5px;
		top: 5px;
	}
}
@media screen and (min-width:0px) and ( max-width:599.9px) {/*600まで(SP/タブレット)*/
	/*出勤状況*/
	p.castschedule_status_wrap{
		border: #EF66B2 solid 1px;
		max-width: 500px;
		width: 90%;
		font-size: 1.8rem;
		margin: 20px auto;
	}
	p.castschedule_status_wrap_closed{
		border: #CCCCCC solid 1px;
		margin-bottom: 0;
	}
}
@media screen and (min-width:0px) and ( max-width:479.9px) {/*480まで(SP/タブレット)*/
	p.castschedule_status_wrap{
		font-size: 1.4rem;
	}
	span.castschedule_status_time{/*出勤・要確認*/
		width: 55%;
	}
	span.castschedule_status{
		width: 45%;
	}
}


div.timetable_warp{
	width: 100%;
	position: relative;
}
div.reserve_timetable_details{
	border: #EEEEEE dashed 2px;
	margin: 0 auto 20px;
	width: 90%;
	height: 90px;
	box-sizing: border-box;
	padding: 1.6em 2em 0;
	position: relative;
	z-index: 1;
}
div.reserve_timetable_details:before {
	position: absolute;
	bottom: 0.1em;
	left: 50%;
	transform: translateX(-50%);
	/*top:50%;
	transform: translateY(-50%);
	right: 1em;*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f063';
	color: #EEEEEE;
	font-size: 2.8rem;
	line-height: 1;
	z-index: -1;
}

span.guidance_reserve_mark{
	display: inline-block;
	width:50px;
	text-align: center;
	padding:2px;
	/*border-radius: 5px;*/
	background-color: #7FDDFF;
	border: #EFEFEF dashed 2px;
	color:#FFFFFF;
	font-size:1.6rem;
	margin-right:0.6em;
}
ul.timetable_hour{
	display:flex;
	/*min-width: 1200px;*/
	width: 96%;
	margin: 0 auto;
	font-size:1.4rem;
	position: relative;
	box-sizing: border-box;
}
li.timetable_hour_value{
	background-color:#EEEEEE;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}
li.timetable_hour_value:last-child{
	border: none;
}
ul.timetable_content{
	/*min-width: 900px;*/
	width: 96%;
	margin: 0 auto;
	height: 80px;
	display:flex;
	box-sizing: border-box;
}
li.timetable_content_value{
	text-align: center;
	margin: 0;
}
ul.timetable_content li{
	background-color:#CCCCCC;
}
ul.timetable_content li.phone_timetable_content {
	background-color: #ffc2a6;
}
ul.timetable_content li.reserve_timetable_content{/*予約有*/
	background-color:#7FDDFF;
}

.sp_timetable_scroll{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	overflow-x: auto;
	overflow-x: none;
}
.sp_timetable_scroll::-webkit-scrollbar {
	height: 12px; /* スクロールバーの高さ */
}

.sp_timetable_scroll::-webkit-scrollbar-thumb {
	background: #000000; /* ツマミの色 */
	border-radius: 6px; /* ツマミ両端の丸み */
}

.sp_timetable_scroll::-webkit-scrollbar-track {
	background: #ddd; /* トラックの色 */
	border-radius: 6px; /* トラック両端の丸み */
}
@media screen and (min-width : 480px) {/*480以上(タブレット/PC)*/
	p.guidance_reserve{
		text-align: center;
	}
}
@media screen and (min-width:0px) and ( max-width:767px) {/*768まで(SP/タブレット)*/
	div.reserve_timetable_details{
		font-size: 1.4rem;
		padding: 2em 0 0 1.4em;
	}
	span.guidance_reserve_mark{
		width:36px;
		padding:2px;
		margin-right:0.4em;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	div.reserve_timetable_details{
		padding: 1.5em 1em 0 1.4em;
	}
	p.guidance_reserve{
		display: flex;
		line-height: 1.2;
	}
	span.guidance_reserve_mark{
		height: 30px;
		line-height: 30px;
	}
	p.guidance_reserve span{
		display: block;
	}
}



span.selected_color{
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #00BBFF;
}
.selected_color i{
	color: var(--point-color);
}
/*ツールチップ*/
span.phone_mark{
	line-height: 80px;
	color: #666666;
}
span.reserve_mark{
	line-height: 80px;
	cursor :pointer;
	color: #FFFFFF;
}

/*基本プレイ*/
.plofile_basicplay{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
}
.plofile_basicplay dt,.plofile_basicplay dd{
	padding: 1em 1em 0.6em;
	box-sizing: border-box;
	border-bottom: #CCCCCC dotted 1px;
}
.plofile_basicplay dt{
	width: 60%;

}
.plofile_basicplay dd{
	width: 40%;
	text-align: center;
	border-bottom: #CCCCCC dotted 1px;
	/*font-family: "Noto Sans Japanese";*/
}
.plofile_basicplay dt span{
	display: block;
	text-align: center;
	background-color: rgba(238,238,238,1.00);
	/*color: #FFFFFF;*/
	padding: 5px 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.plofile_basicplay dt{
		width: 30%;
	}
	.plofile_basicplay dd{
		font-size: 1.8rem;
		width: 18%;
		margin-right: 2%;
	}
}
/*オプション*/
.plofile_optionplay{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
}
.plofile_optionplay dt,.plofile_optionplay dd{
	padding: 1em 1em 0.6em;
	box-sizing: border-box;
	border-bottom: #CCCCCC dotted 1px;
}
.plofile_optionplay dt{
	width:46%;
}

.plofile_optionplay dd.option_price{
	width: 30%;
	text-align: right;
}
.plofile_optionplay dd.option_answer{
	width:24%;
	text-align: center;
	/*font-family: "Noto Sans Japanese";*/
}
.plofile_optionplay dt span{
	display: block;
	text-align: center;
	background-color: rgba(238,238,238,1.00);
	/*color: #FFFFFF;*/
	padding: 5px 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.plofile_optionplay dd.option_price span{
	margin-right: 0.5em;
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP/タブレット)*/
	.plofile_optionplay {
		font-size: 1.4rem;
	}
	.plofile_optionplay dd.option_price{
		width: 34%;
	}
	.plofile_optionplay dd.option_answer{
		width:20%;
	}
}
@media screen and (min-width : 480px) {/*480以上(タブレット/PC)*/
	.plofile_optionplay dd.option_price span{
		font-size: 1.8rem;
	}
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.plofile_optionplay dt{
		width: 22%;
	}
	.plofile_optionplay dd.option_price{
		width: 14%;
	}
	.plofile_optionplay dd.option_answer{
		font-size: 1.8rem;
		width: 12%;
		margin-right: 2%;
	}
}
