/* セラピスト */
h2 img{
	height: 35px;
}

.cast_box .data{
	display: none;
}

.profile_box{
	position: relative;
	padding: 10px 0 0;
}

.profile_box .photo{
	margin: 0 0 0 0;
	position: relative;
}

.profile_box #photo_wrapper{
	overflow: hidden;
  position: relative;
}

.profile_box .cast_photo{
	margin: 0 auto;
	list-style: none;
}

.profile_box .cast_photo img{
	width: 100%;
	height: auto;
}


.profile_box .cast_pager{
	padding: 10px 10px;
  text-align: center;
}

.profile_box .cast_pager a{
	width: 75px;
	height: 100px;
	overflow: hidden;
  display: inline-block;
	background: #ffffff;
	margin: 0 0px;
	vertical-align: top;
}

.profile_box .cast_pager img{
	width: 100%;
	height: auto;
	vertical-align: top;
}

.profile_box .cast_pager a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.profile_box .cast_pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.profile_box .photo .new{
	width: 80px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.profile_box .photo .new img{
	width: 100%;
	height: auto;
}

.profile_box .data{
	text-align: left;
	margin: 10px 10px 0;
}


.profile_box table#profile_data{
	width: 100%;
}

.profile_box .data #name,
.profile_box .data th,
.profile_box .data td{
	border-bottom: 1px solid #594333;
}

.profile_box .data #name {
	font-size: 20px;
	line-height: 30px;
	padding: 0 10px 0px;
	font-weight: bold;
	color: #594333;
}

.profile_box .data th,
.profile_box .data td{
	padding: 0px 5px 0px;
	background: #ffffff;
}

.profile_box .data th{
	padding: 0px 5px 0px;
	color: #000;
  background-image: url('../../img/cast/pat.png');
  background-size: 6px auto;
  background-position: center;
	text-align: center;
}

.profile_box .data .link{
	color: #594333;
	margin: 10px 0 0;
}
.profile_box .data .link a{
	color: #594333;
}
.profile_box .data .link img{
	width: 100%;
	height: auto;
}


.profile_box .vip{
	margin: 0px;
	width: 70px;
	float: right;
}

.profile_box .vip img{
	width: 100%;
	height: auto;
}
/*
.profile_box .blog{
	margin: 0px;
	width: 70px;
	float: right;
	margin-left: 10px;
}

.profile_box .blog img{
	width: 100%;
	height: auto;
}
*/

.profile_box .blog{
	margin: 10px auto 0;
	width: 200px;
}

.profile_box .blog img{
	width: 100%;
	height: auto;
}


.profile_box .twitter{
	margin: 10px auto 0;
	width: 300px;
  text-align: center;
}

.profile_box .twitter img{
	width: 100%;
	height: auto;
}

.title_schedule{
	padding: 20px 0 10px;
}

.title_schedule img{
	width: 200px;
	height: auto;
}

.schedule{
	margin: 0 10px;
}

.sche{
	border: 1px solid #594333;
	/* background: #594333; */
	margin: -1px 0 0 0;
	padding: 0 0 0px;
}

#last{
	/* margin: 0; */
	border-bottom: 1px solid #594333;
}

.sche .date{
	/* margin: 1px 1px 1px 1px; */
  background-image: url('../../img/cast/pat.png');
  background-size: 6px auto;
  background-position: center;
	color: #000;
	padding: 3px;
}

.sche .time{
	/* margin: 1px 1px 0px 1px; */
	background: #fff;
	padding: 3px;
}

.profile_box .sns_icon{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 20px 0 0;
}


.sns_bsky,
.sns_x{
	width: 50px;
	margin: 0;
}

.sns_bsky img,
.sns_x img{
	max-width: 100%;
	height: auto;
}
