@charset "utf-8";
/* CSS Document */
.reservation{
	padding: 10px 0;
	font-size:1rem !important;
}
@media screen and (min-width : 768px) {/*768以上(タブレット/PC)*/
	.reservation{
		padding: 10px 0;
	}
}
@media screen and (min-width : 1280px) {/*1280以上(PC大きめのデスクトップ)*/
	.reservation{
		min-height: 700px;
	}
}

.reservation_content{
	max-width: 1020px;
	width: 98%;
	margin: 0 auto;
	border:px solid #eee;
	padding:10px 10px;
}
.reservation_content p{
	margin: 0 auto 10px auto;
	text-align:left;
	max-width:600px;
}
/*.reservation_content p strong{
	color:#FF4444;
	font-weight: normal;
}*/
/*必須*/
.required{
	font-size:0.9rem;
	background-color:#FF4444;
	color:#FFFFFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:2px 5px;
	margin-right:5px;
}
.reservation_content dl .required{
	margin-left:5px;
}
.any{
	font-size:0.9rem;
	background-color:#86A7F4;
	color:#FFFFFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:2px 5px;
	margin-right:5px;
}
.reservation_content dl .any{
	margin-left:5px;
}
/*エラー*/
.error{
	color:#FF4444;
}
.form_content .error{
	display: inline-block;
	padding: 0 0.2em;
}

/*フォーム*/
.form_content{
	/*margin-top: 30px;*/
	background-color:rgba(238,238,238,1.00);
	padding: 0px 8% 20px;
}

.reservation_content dt {
	display:block;
}

.reservation_content dl{
	padding-bottom: 10px;
	font-size: 0.9rem;
}
.reservation_content dd{
	margin-bottom: 30px;
	
}
.reservation_content dl small{
	font-size: 1.2rem;
	padding-top: 5px;
}
.reservation_content dd small{
	margin-left:1em;
}

/*カレンダーbtn*/
a#id_showcarender/*a.btn_carender*/{
	font-size: 1.4rem;
	padding: 4px 5px 4px 8px;
	cursor: pointer;
	background-color: #FFFFFF;
	border: #999999 solid 1px;
}
 a.btn_carender:link,a.btn_carender:visited{
	color: #3A4879;
}
.btn_carender i{
	margin-right: 0.2em;
}
@media screen and (min-width:0px) and ( max-width:1279px) {/*1280まで}*/
	.btn_carender{
		display: block;
		width: 7em;
		margin-top: 15px;
		text-align: center;
	}
}

@media screen and (min-width : 1280px) {/*1280以上(PC)*/
	a#id_showcarender{
		margin-left: 0.5em;
	}
}


.total{
	margin-left:0.4em;
	color: #FF4444;
	border-bottom: #FF4444 dotted 1px;
	padding: 0 10px 2px;
}

.form_content select{
	padding:3px 5px;
	font-size: 16px;
}

input[type="text"],input[type="tel"],input[type="email"],input[type="password"]{
	width:100%;
	box-sizing:border-box;
	font-size: 16px;
	padding:3px 5px;
}
textarea{
	width:100%;
	height:9.6em;
	padding:3px 5px;
	box-sizing:border-box;
	font-size: 16px;
}
input[type="text"]:focus ,input[type="tel"]:focus ,input[type="email"]:focus,input[type="password"]:focus {background:#CCCCCC;}
textarea:focus {background:#CCCCCC;}
/*ボタン*/
.btn{
	max-width: 400px;
	width: 40%;
	margin: 0 auto;
}

.btn4{
	max-width: 400px;
	width: 40%;
	margin: 0 auto;
}

.btn input,.btn a{
	font-size: 1.6rem;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	padding:8px 0;	
	-webkit-appearance: none;
	border-radius: 0;
}
.btn input{
	border:none;
	cursor:pointer;
}
.btn a{
	display: block;
}
.btn input:hover,.btn a:hover{
	background-color: rgba(0,0,0,0.8);
}

.pay_confirm{
	margin-top: 10px;
}

.date_pick{
	font-size: 0.9rem;
	line-height: 1.4;
	vertical-align: bottom;
	margin-right: 0.4em;
	border-bottom: #999999 dotted 1px;
	padding: 0 10px 2px;
}
@media screen and (min-width:0px) and ( max-width:767px) {/*768まで(SP)*/
	.form_content dt{
		margin-bottom: 10px;
	}
	
	.reservation_content dt{
		width:100% !important;
		margin-bottom: 10px;
	}
	.reservation_content dd{
		width:100% !important;
		margin-bottom: 20px;
	}
	
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.form_content{
		padding: 0px 6% 20px;
	}
	.required,.any{
		/*font-size: 1.0rem;
		padding:4px 5px;
		vertical-align: top;*/
	}
	.reservation_content dl small{
		font-size: 1.0rem;
	}
	.form_content .error{
		font-size: 1.4rem;
	}
}
@media screen and (min-width:0px) and ( max-width:380px) {/*350まで(SP)*/
	select.date_select{
		width: 40%;
	}
}
@media screen and (min-width : 768px) {/*768以上(タブレット/PC)*/
	.form_content{
		padding: 50px 8% 30px;
	}
	.form_content dl{
		display: flex;
		flex-wrap: wrap;
	}
	.form_content dt{
		width:21%;
		margin-bottom: 40px;
	}
	.form_content dd{
		width:85%;
		margin-bottom: 40px;
	}
	.form_content .error{
		display: block;
	}
	select{
		min-width: 280px;
	}
	select.date_select{
		min-width: 60px;
	}
	input[type="text"],input[type="tel"],input[type="email"],input[type="password"]{
		width:280px;
	}
}



/*カレンダー*/
#id_calender{
	/* position: absolute;*/
	max-width: 420px;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	position: relative;
}

table.calendar{
	max-width: 420px;
	width: 100%;
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	/*#id_calender
	table.calendar{
		width: 280px;
	}*/
}

.calender_move{
	font-weight: bold;
	cursor: pointer;
	border: none;
	-webkit-appearance: none; 
   border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #3A4879;
	position: absolute;
	top:5px;
	background-color: rgba(204,204,204,1.00);
}
.calender_move:hover{
	background-color: rgba(204,204,204,0.75);
}
.btn_move_prev{
	left: 10px;
	padding-left: 0px;
}
.btn_move_next{
	right: 10px;
	padding-left: 10px;
}

.month{
	font-weight: bold;
	text-align: center;
	background-color: #3A4879;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
}
.calender_week{
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.sunday{
	color: #D82E2E;
	background-color:rgba(232,142,142,0.4);
	text-align: center;
	font-weight: bold;
}

.monday{
	color: black;
	background-color: white;
	text-align: center;
	font-weight: bold;
}

.tuesday{
	color: black;
	background-color: white;
	text-align: center;
	font-weight: bold;
}

.wednesday{
	color: black;
	background-color: white;
	text-align: center;
	font-weight: bold;
}

.thursday{
	color: black;
	background-color: white;
	text-align: center;
	font-weight: bold;
}

.friday{
	color: black;
	background-color: white;
	text-align: center;
	font-weight: bold;
}

.saturday{
	color: #4576CE;
	background-color:rgba(157,181,234,0.3);
	text-align: center;
	font-weight: bold;
}

.national_holiday
{
	color: #D82E2E;
	background-color:rgba(232,142,142,0.3);
	text-align: center;
	font-weight: bold;
}
/*予約終了した日*/
.c_unselect{
	/*text-decoration: line-through;
	background-color:rgba(238,238,238,0.4);*/
	color: #AAAAAA;
	font-weight: normal;
}

/*今日*/
.c_today{
	/*border: #CCCCCC solid 1px;
	background-color:rgba(204,204,204,0.8);*/
}






/*確認画面*/
.check_content{
	/*margin-top: 30px;*/
	background-color:rgba(238,238,238,1.00);
	padding: 20px 8%;
}
.check li{
	margin-bottom: 20px;
	border-bottom: #999999 dotted 1px;
	padding: 5px 0.5em 2px;
}
.check li:last-child{
	margin-bottom: 30px;
}
.check li:last-child span{
	display: block;
}
.check span{
	margin-right: 10px;
	color: #3A4879;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP/タブレット)*/
	.check li span{
		display: block;
	}
	input.back_btn{
		display: block;
		margin-top: 30px;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.check_content{
		padding: 20px 6%;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	input.check_btn,input.back_btn{
		width: 45%;
	}
	input.back_btn{
		margin-left: 10%;
	}
}
@media screen and (min-width : 768px) {/*768以上(タブレット/PC)*/
	.check_content{
		padding: 50px 8% 30px;
	}
}
/*送信後*/
.last_message{
	text-align: center;
	/*line-height: 3;*/
}
.last_message .error{
	font-size: 1.6rem;
}
.last_message .btn{
	margin-top: 40px;
	line-height: 1.6;
}




.reservation_content dt {
	width:40%;
	float:left;
	text-align:left;
}

.reservation_content dd {
	width:50%;
	float:left;
	text-align:left;
}

.onecloum {
	width:100%;
	padding:10px 0;
	
}


.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
  text-align: left;
}
 
.col-head-type1 th {
  background: #f9fafc;
  text-align: left;
  width: 200px;
  font-weight:normal;
}

.col-head-type1 th:last-child {
  background: #fff;
  text-align: center;
  width: 120px;
  font-weight:normal;
  padding:20px 0;
}



.col-head-type1 th span {
	font-size:12px;
	color:#F30;
	margin-left:10px;
}

 
@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  
  
  .col-head-type1 th:last-child {
  background: #fff;
  text-align: center;
  width: auto;
  font-weight:normal;
  padding:20px 0;
}
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}

.col-head-type1 td p {
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0;
}

.square_btn {
    display: inline-block;
    padding: 10px 5px;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
	background-color:#fff;
	max-width:320px;
	width: 90%;
	font-size:14px;
	cursor:pointer;
	box-sizing: border-box;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}

@media screen and (min-width:0px) and ( max-width:768px) {/*768まで(SP)*/
	.res_text {text-align: left !important; width: 95%; margin: 20px auto 0 auto; line-height: 2.0;}
}

.res_text {margin: 20px auto 0 auto; line-height: 2.0;}

div.day_wrap{
	display:flex;
	justify-content: space-between;
}
span.day_wrap_input{
	display: inline-block;
	}
.radio-btn { display:none; }
.radio-label {
  display:inline-block;
  text-align: center;
  color:#fff;
}
.radio-label {margin: 0 auto;
	width: 100px;
	height: 100px;
	padding-top: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 12px;
	color: #666666;
	background-color: #EFEFEF;
	cursor: pointer;
}
.radio-btn:checked + label{background-color:#EFF1F6; border: 1px solid #566999;}
label.monday{color:gray; background-color:#EFEFEF;}
label.tuesday{color:gray; background-color:#EFEFEF;}
label.wendnesday{color:gray; background-color:#EFEFEF;}
label.thursday{color:gray; background-color:#EFEFEF;}
label.friday{color:gray; background-color:#EFEFEF;}
label.saturday{color:blue; background-color:#EFEFEF;}
label.sunday{color:red; background-color:#EFEFEF;}
label.holiday{color:red; background-color:#EFEFEF;}
.low_page p.show_schedule { border-radius: 5px; background-color: #7bd2a2; color: #fff; width: 130px; text-align: center; padding: 10px; cursor: pointer; margin-bottom: 10px;}
@media screen and (max-width :1024px) {
	.radio-label{
	padding-top: 20px;
	width: 80px;
	height: 80px;
	}
}
@media screen and (max-width :768px) {
	.radio-label{
	padding-top: 10px;
	width: 60px;
	height: 60px;
	}
}
@media screen and (max-width :480px) {
	.radio-label{
	padding-top:8px;
	width: 40px;
	height: 40px;
	font-size:10px;
	letter-spacing: -0.1em;
	line-height: 1.2;
	}
}



/*キャスト表示部分だけどもごちゃごちゃ*/
div.reservation_kaiin{ /*予約は会員だけ*/
	margin:0px auto 20px auto;
	line-height:20px;
	font-size: 14px;
}
@media screen and (max-width:480px){ /*480px以下に適用*/
	div.reservation_kaiin{ /*予約は会員だけ*/
		font-size: 12px;
		text-align: left;
	}
	}
select.reservation_select{ /*フォームのセレクトタグ*/
	padding: 5px;
	border-radius: 5px;
	width:50%;
	margin: 10px;
	}
input.reservation_input{ /*フォームのインプットタグ*/
	padding: 5px;
	border-radius: 5px;
	width: 90%;
	margin: 10px;
}
input::placeholder{ /*フォームのインプットタグ*/
	color:#DDDDDD;
}
label.reservation_label{ /*フォームのラベルタグ*/
	display: block;
	margin: 15px 10px;
}
span.error{ /*エラー表示*/
	display: block;
	background-color: red;
	padding: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	margin: 10px;
}
span.error:empty{ /*エラー表示*/
	display:none;
}
table.col-head-type1 td p.reservation_money{ /*金額の表示部分*/
	display:block;
	background-color:#FDE9E9;
	padding: 3px 10px;
	border-radius:10px;
	font-size:18px;
	margin-left: 10px;
	width: 130px;
	text-align: right;
}
div.castlist{
	display: flex;
	flex-wrap: wrap;
}
div.castlist_photo_wrap{
	position: relative;
	width: 95%;
}
div.castlist_photo_wrap p.castlist_photo_name_money { /*名前とオトストマネーの表示部分*/
	position: absolute;
	left: 5%;
	bottom: 10px;
	background-color:rgba(255,255,255,0.9);
	color: #000000;
	width: 90%;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	font-size: 12px;
}
span.castlist_photo_name{ /*名前の表示部分*/
}
@media screen and (max-width :480px) { /*480px以下に適用*/
	span.castlist_photo_name{ /*名前ーの表示部分*/
		display:block;
	}
}
span.castlist_photo_money{ /*オトストマネーの表示部分*/
	color:#F77D7F;
	font-weight: bold;
}
@media screen and (max-width :480px) { /*480px以下に適用*/
	span.castlist_photo_money{ /*オトストマネーの表示部分*/
		display:block;
	}
}
span.castlist_schedule03{
	display: inline-block;
	padding:5px;
}
span.castlist_used{
	display: inline-block;
	padding:5px;
}
@media screen and (max-width :480px) { /*480px以下に適用*/
	span.castlist_used span{
		display: inline-block;
	}
}
/*モーダルウィンドウの閉じるボタン*/
.icon_text_box {width: 49%; float: left; margin: 5px 0.5% 0 0.5%; text-align: left !important;}
.low_page p.close-circle { position: fixed; right: 50px; width: 50px; top: 30px; z-index: 100000; cursor: pointer; }
@media only screen and (max-width: 760px) {
.icon_text_box {width: 99%; float: left; margin: 5px 0.5% 0 0.5%; text-align: left !important; padding-bottom: 10px;}
.low_page p.close-circle { width: 36px; top: 5px; right: 5px; }
}
@media only screen and (max-width: 360px) {
.icon_text_box {width: 99%; float: left; margin: 5px 0.5% 0 0.5%; text-align: left !important;}
}
/*モーダルウィンドウの閉じるボタン*/
</style>


<style>
.fixed_btn { display: none; }
.layer {
display: none;  /* 初期表示は非表示 */
position: fixed; 
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: black;
opacity: 0.7;
z-index: 99999;
}
.low_page.popup {
display: none;  /* 初期表示は非表示 */
position: absolute; 
top: 50px;
left: 0;
right: 0;
margin: auto;
margin-bottom: 20px;
width: 90%;
height: auto;
background-color: white;
border-radius: 5px;
text-align: left;
z-index: 100000;
padding: 10px 0;
}
section.select-cast{
cursor: pointer;
}
section.select-cast:hover{
opacity: 0.8;
}
@media only screen and (max-width: 768px) {
.low_page.popup { width: 96%; top: 30px; }
}
/* 一覧　*/
.castlist {
width:95%;
margin:auto;
clear: both;
padding:0 0 60px 0;
font-size:14px;
display: flexbox;
}
.castlist_search {
background-color:#FFFFFF;
padding:5px 0;
margin-bottom:15px;
width:100%;
text-align:left;
}
.castlist_wrap {
width:24%;
margin:0 0.5% 15px 0.5%;
padding-bottom:0px;
position:relative;
}
.castlist_photo_wrap {
position:relative;
}
.castlist_photo_wrap img {
width:100%;
max-height:350px;
overflow:hidden;
object-fit: cover;
}
div.icon_box{
position: absolute;
top:0;
left: 0;
z-index: 1000;
padding:5px;
}
p.castlist_newface {
	width: 60px;
	height:60px;
	color: #FFFFFF;
	background:#0C6;
	position: absolute;
	z-index: 1000;
	top:10px;
	left: 10px;
	margin: 0 ;
	padding: 0 ;
	border-radius: 100px;
	opacity:0.8;
	line-height:60px;
	font-size: 12px;
}


p.castlist_newface2 {
	width: 60px;
	height:60px;
	color: #FFFFFF;
	background:#F39;
	position: absolute;
	z-index: 1000;
	top:10px;
	left: 10px;
	margin: 0 ;
	padding: 0 ;
	border-radius: 100px;
	opacity:0.8;
	line-height:60px;
	font-size: 12px;
}
.castlist_name {
width:100%;
padding:10px 0 0px 0px;
background-color:#fff;
color:#000;
display:block;
clear:both;
min-height:150px;
border:1px solid #CCC;
}
.castlist_name a {
color:#000;
}
.castname_box {
width:98%;
margin:auto;
}
.castname {
padding:5px 0;
float:none;
display:block;
text-align:center;
font-size:14px;
font-weight:800;
}
.castname_small {
margin-left:0px;
color:#000;
display:block;
color:#999;
font-size:14px;
font-weight:100;
}
.castname_small_pro {
margin-left:0px;
color:#999;
font-size:14px;
font-weight:100;
}
.castname_small2 {
font-size:12px;
margin-left:0px;
margin-top:0px;
line-height:18px;
color:#666;
min-height:30px;
display:block;
}
.old {
margin:5px auto;
background-color:#09F;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:95%;
}

.profile {
font-size:14px;
text-align:center;
padding:5px 0;
border-top:0px solid #eeeeee;
border-bottom:0px solid #eeeeee;
margin:0px 0 10px 0px;
}
.profile div {
padding:5px 0 10px 0;
font-size:12px;
}
.castlist_lastupdate {
width:100%;
text-align:right;
font-size:10px !important;
}
.castlist_schedule_status {
color:#000 !important;
}
.castlist_schedule_wrap {
width:100%;
padding:0 0%;
border-top:1px solid #eeeeee;
min-height:80px;
}
.castlist_schedule_wrap div {
width:95%;
margin:auto;
}
.comment {
width:90%;
margin:auto;
text-align:left;
padding-bottom:5px;
}
.comment_point {
font-size:12px;
background-color:#09F;
color:#FFF;
border-radius:50px;
text-align:center;
padding:5px;
margin-bottom:5px;
}
.float_right {
float:right;
font-size:10px;
padding-right:10px;
text-align:right;
color: #9A9A9A;
}
.syame {
background-color:#eee; 
color:#fff; 
padding:20px 0;
background-image:url(../img/syame_back.jpg);
background-repeat:no-repeat;
background-size:cover;
margin-top:40px;
}
.syame iframe {
margin:10px 0;
}
.syame_low_logo_titile {
font-size:26px;
text-align:center;
font-weight:800;
color:#fff;
}
.schedule_schedule_reservation {
text-align:center;
padding-bottom:5px;
}
.schedule_schedule_reservation span {
width:auto !important;
display: none;
}
@media screen and (min-width:0px) and ( max-width:320px) {
.castlist_wrap {
width:100% !important;
float:left;
margin:0 0%;
padding-bottom:30px;
position:relative;
}
}
@media screen and (min-width:0px) and ( max-width:1024px) {
.castlist_wrap {
width:49%;
float:left;
margin:0 0.5%;
padding-bottom:30px;
position:relative;
}
.castname_box {
width:98% !important;
margin:auto;
}
.castname {
padding:2px 0 !important;
float:none;
display:block;
text-align:center;
font-size:12px;
}
.castname_small {
margin:0px auto;
color:#999;
text-align:center !important;
font-size:12px;
display:block;
}
.profile {
font-size:10px;
margin:5px 0 10px 0px;
}
.castlist_schedule_status {
font-size:10px !important;
}
.castlist_schedule_wrap {
border-top:0px solid #eeeeee;
}
.float_right {
float:none;
font-size:10px;
padding:10px 5px 10px 0;
display:block;
margin:auto;
text-align:right;
color: #9A9A9A;
}


.castlist_search {
background-color:#fff;
padding:5px 0;
margin-bottom:15px;
width:100%;
text-align:center;
}
.castlist_photo_wrap img {
width:100%;
max-height:230px;
overflow:hidden;
object-fit: cover;
background-image:url(../img/profile_back.jpg);
background:no-repeat;
position: relative;
}
}
@media screen and (min-width:0px) and ( max-width:361px) {
.castlist_photo_wrap img { max-height: 190px; }
}
/* 一覧　*/
/* profile　*/
.profile_wrap {
margin-top:20px;
padding:0px 0 0 0;
width:100%;
max-width:970px;
margin:auto;
}
.profile_left {
width:50%;
float:left;
background-color:#fff;
height:100%;
margin-top:40px;
}
.profile_right {
width:49%;
float:right;
background-color:#FFF;
margin-bottom:40px;
margin-top:40px;
padding-left:1%;
}
.profile_basicinfo_wrap {
width:100%;
margin:0px auto 10px auto;
background-color:#FFF;
padding:10px;
border:0px solid #999;
}
.profile_name {
font-size:18px;
text-align:left;
padding:5px 0 5px 0;
color:#000;
font-weight:900;
}
.profile_data {
font-size:12px;
color:#999;
padding:5px 0 0px 0;
border-bottom:0px solid #999;
margin-bottom:5px;
}
.data_detail {
font-size:14px;
margin:  20px 0 0 0;
}
.data_detail p {
padding:5px 0 1px 0;
border-bottom:dotted 1px #CCCCCC;
}
.schedule_schedule_wrap:first-child {
font-size:12px;
width:10%;
flex-basis: 20%;
text-align:center;
border-left:1px solid #999;
border-right:1px solid #999;
border-bottom:1px solid #999;
border-top:1px solid #999;
padding-bottom:0px;
}
.schedule_schedule_wrap {
font-size:12px;
width:10%;
flex-basis: 20%;
text-align:center;
border-top:1px solid #999;
border-right:1px solid #999;
border-bottom:1px solid #999;
padding-bottom:0px;
}
.schedule_schedule_status {
padding:7px 0 7px 0;
text-align:center;
background-color:#eee;
}
.schedule_status_time {
border-top:1px solid #999;
text-align:center;
padding:10px 0;
}
.profile_photo_wrap {
width:100%;
padding-bottom:40px !important;
}
.schedule_schedule_know {
text-align:center;
background:#F00;
color:#FFF;
padding:0px 0;
}
@media screen and (min-width:0px) and ( max-width:767px) { 
}
.profile_photo_wrap img {
object-fit: cover;
float:left;
}
.profile_title {
color:#fff;
}
.clearfix {
clear: both;
}
.castlist_schedule_know {
color:#FFF !important;
}
.profile_small2 {
color:#666;
text-align:left !important;
font-size:12px;
padding-top:10px;
}
.profile_comment {
width:100%;
margin:auto;
text-align:left;
padding:10px 0 5px 0;
}
.profile_comment_point {
font-size:12px !important;
background-color:#09F;
color:#FFF;
border-radius:0px;
text-align:left;
padding:5px;
margin-bottom:5px;
}
.profile_comment p {
font-size:14px !important;
}
.btn-animation-02 {
display: inline-block;
width: 200px;
text-align: center;
background-color: #9ec34b;
border: 2px solid #9ec34b;
font-size: 14px;
color: #9ec34b;
text-decoration: none;
font-weight: bold;
padding: 5px 24px;
border-radius: 4px;
position: relative;
margin:20px 0 10px 0;
}
.btn-animation-02 span {
position: relative;
z-index: 1;
}
.btn-animation-02::before,
.btn-animation-02::after {
content: "";
display: block;
background-color: #FFF;
width: 50%;
height: 100%;
position: absolute;
top: 0;
transition: .2s;
}
.btn-animation-02::before {
left: 0;
}
.btn-animation-02::after {
right: 0;
}
.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
width: 0;
background-color: #FFF;
}
.btn-animation-02:hover {
color: #FFF;
}
.flex {
display:flex;
}
.flex_table{
padding: 0;
border: 1px solid #999;
text-align: center;
font-size:12px;
margin-top:10px;
}
.flex_table li{
list-style: none;
}
.flex_table li ul{
padding: 0;
}
.flex_table > li:first-child li{
background: #eee; 
}
.flex_table li ul li + li{
border-left: 1px solid #999;
}
.flex_table li ul{
display: flex;
}
.flex_table li ul li{
flex-basis: 20%;
padding: .5em 1em;
}
.flex_table > li + li{
border-top: 1px solid #999;
}
@media (max-width: 650px) {
.flex_table{
display: flex;
}
.flex_table > li{
flex-basis: calc( 100% / 2 );
}
.flex_table > li + li{
border-left: 1px solid #999;
border-top: none;
}
.flex_table li ul{
display: block;
}
.flex_table li ul li + li{
border-top: 1px solid #999;
border-left: none;
}
}
@media screen and (min-width:0px) and ( max-width:767px) {
.profile_left {
width:98%;
float:none;
background-color:#fff;
height:100%;
margin-top:10px;
padding:0 1%;
}
.profile_right {
width:98%;
float:none;
background-color:#FFF;
margin-bottom:10px;
margin-top:0px;
padding:0 1%;
}
.profile_photo_wrap img {
object-fit: cover;
float:left;
}
.profile_data {
font-size:14px;
color:#999;
padding:0 0 0px 0;
border-bottom:0px solid #999;
}
.profile_basicinfo_wrap {
width:98%;
padding:10px 1%;
}
.flex {
display:block !important;
}
.schedule_schedule_wrap:first-child {
font-size:12px;
width:97%;
flex-basis: 20%;
text-align:center;
border-left:1px solid #999;
border-right:1px solid #999;
border-bottom:1px solid #999;
border-top:1px solid #999;
padding-bottom:0px;
margin:auto;
}
.schedule_schedule_wrap {
font-size:12px;
width:97%;
flex-basis: 20%;
text-align:center;
border-top:0px solid #999;
border-right:1px solid #999;
border-bottom:1px solid #999;
border-left:1px solid #999;
padding-bottom:0px;
margin:auto;
}
.schedule_schedule_status {
padding:7px 0 7px 1%;
text-align:left;
background-color:#eee;
width:29%;
float:left;
}
.schedule_status_time {
border-top:0px solid #999;
text-align:left;
padding:7px 0 7px 1%;
width:29%;
float:left;
}
.schedule_schedule_reservation {
text-align:left;
padding:7px 0;
border-top:0px solid #999 !important;
width:42%;
float:left;
padding-left:5px;
font-size:12px;
}
.schedule_schedule_reservation span {
display:inline;
}
}
/* profile　*/
/* form */
/*--------------------------------------
テキスト
---------------------------------------*/
.msr_text_05 {
padding-bottom: 20px;
width: 100%;
}
.msr_text_05 label {
display: block;
font-size: 14px;
padding-bottom: 5px;
}
.msr_text_05 input[type=text] {
background: #fff;
border: 1px solid #999999;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 14px;
padding: 10px;
height: 40px;
width: 100%;
}
/*--------------------------------------
ラジオボタン
---------------------------------------*/
.msr_radio_05 {
padding-bottom: 20px;
}
.msr_radio_05 p {
font-size: 14px;
padding-bottom: 5px;
}
.msr_radio_05 input[type=radio] {
display: none;
margin: 0;
}
.msr_radio_05 input[type=radio] + label {
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 1.5px;
margin-right: 12px;
padding: 0 0 0px 24px;
position: relative;
}
.msr_radio_05 input[type=radio] + label::before {
border: 1px solid #777777;
border-radius: 50%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
content: "";
display: block;
margin-top: -9px;
position: absolute;
left: 0;
top: 50%;
height: 16px;
width: 16px;
}
.msr_radio_05 input[type=radio]:checked + label::after {
background: #333333;
border-radius: 50%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
content: "";
display: block;
margin-top: -4px;
position: absolute;
left: 4px;
top: 0;
height: 8px;
width: 8px;
}
/*--------------------------------------
チェックボックス
---------------------------------------*/
.msr_chack_05 {
padding-bottom: 20px;
}
.msr_chack_05 p {
font-size: 14px;
padding-bottom: 5px;
}
.msr_chack_05 input[type=checkbox] {
display: none;
margin: 0;
}
.msr_chack_05 input[type=checkbox] + label {
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 1.5px;
margin-right: 12px;
padding: 0 0 0 24px;
position: relative;
}
.msr_chack_05 input[type=checkbox] + label::before {
border: 1px solid #999999;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
content: "";
display: block;
margin-top: -9px;
position: absolute;
left: 0;
top: 50%;
height: 16px;
width: 16px;
}
.msr_chack_05 input[type=checkbox]:checked + label::after {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
content: "";
display: block;
position: absolute;
top: 50%;
}
.msr_chack_05 input[type=checkbox]:checked + label::after {
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
left: 3px;
margin-top: -6px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
height: 6px;
width: 10px;
}
/*--------------------------------------
プルダウン
---------------------------------------*/
.msr_pulldown_05 {
padding-bottom: 20px;
position: relative;
width: 31%;
margin:0 1%;
float:left;
}
.msr_pulldown_05 p {
font-size: 14px;
padding-bottom: 5px;
}
.msr_pulldown_05 select {
appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
background:#FFFFFF;
border: 1px solid #999999;
border-radius: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
cursor: pointer;
padding: 10px;
position:relative;
height: 40px;
width: 230px;
}
.msr_pulldown_05 label{
position:relative;
}
.msr_pulldown_05 label::after {
content:"";
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
right: 16px;
height: 8px;
margin-top: -5px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
position:absolute;
top:50%;
width: 8px;
}
/*--------------------------------------
ファイル選択
---------------------------------------*/
.msr_file_05 {
padding-bottom: 20px;
width: 460px;
}
.msr_file_05 label {
border: 1px solid #999999;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
cursor: pointer;
display:block;
font-size:14px;
padding: 10px;
position:relative;
height: 40px;
width: 230px;
}
.msr_file_05 label::before {
content:"＋";
color:#333333;
font-size:20px;
line-height:1;
margin-top: -9px;
right:10px;
position:absolute;
top:50%;
}
.msr_file_05 input[type=file] {
display: none;
}
/*--------------------------------------
テキストエリア
---------------------------------------*/
.msr_textarea_05 {
padding-bottom: 10px;
width: 460px;
}
.msr_textarea_05 label {
display: block;
font-size: 14px;
padding-bottom: 5px;
}
.msr_textarea_05 textarea {
border: 1px solid #999999;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 13px;
padding: 10px;
height: 210px;
width: 460px;
}
/*--------------------------------------
送信ボタン
---------------------------------------*/
.msr_sendbtn_05{
margin:0 0 10px;
}
.msr_sendbtn_05 input[type=submit] {
background-color: #FFFFFF;
border:1px solid #999999;
border-radius: 2px;
color: #333333;
cursor:pointer;
display: block;
font-size: 14px;
padding: 14px;
text-align: center;
text-decoration: none;
transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-webkit-transition: 0.2s ease-in-out;
width: 180px;
margin:auto;
}
.msr_sendbtn_05 input[type=submit]:hover {
background-color: #999999;
color: #FFFFFF;
}
.msr_sendbtn_05 input[disabled=disabled] {
cursor:default;
opacity: 0.5;
}
.msr_sendbtn_05 input[disabled=disabled]:hover {
background-color: #FFFFFF;
color: #333333;
}
@media screen and (min-width:0px) and ( max-width:767px) {
.msr_pulldown_05 {
width: 100%;
float:none;
}
}
.profile_movie {
width:100%;
margin-top:40px;
}
#background-movie-player {
width: 100%;
height: 545px;
flex: none;
}
.youtube_outer {
width: 100%;
padding-top: 56.3%;
position: relative;
top: 0;
left: 0;
margin-bottom:40px;
}
.youtube_outer iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.profileold {
margin:5px 5px 5px 0;
background-color:#09F;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:35%;
float:left;
font-size:12px;
}
.profilesyu {
margin:5px 5px 5px 0;
background-color:#0C3;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:19%;
float:left;
font-size:12px;
}
.gohome_ok2 {
margin:5px 5px 5px 0;
background-color:#F36;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:19%;
float:left;
font-size:12px;
}
.gohome_ng2 {
margin:5px 5px 5px 0;
background-color:#eee;
color:#999;
border-radius:10px;
padding:4px 6px;
display:block;
width:19%;
float:left;
font-size:12px;
}
.gohome_unknown2 {
margin:5px 5px 5px 0;
background-color:#31cd47;
color:#fff;
border-radius:10px;
padding:4px 6px;
display:block;
width:19%;
float:left;
font-size:12px;
}
.profilehome {
margin:5px 5px 5px 0;
background-color:#F36;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:19%;
float:left;
font-size:12px;
}
.pro_size {
text-align:left; 
font-size:14px; 
margin-top:10px;

}



.castsyu {
margin:5px 5% 5px 5%;
background-color:#0C3;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:40%;
float:left;
font-size:12px;
}
.gohome_ok {
margin:5px 5% 5px 5%;
background-color:#F36;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:40%;
float:left;
font-size:12px;
}
.gohome_ng {
margin:5px 5% 5px 5%;
background-color:#eee;
color:#999;
border-radius:10px;
padding:4px 6px;
display:block;
width:40%;
float:left;
font-size:12px;
}
.gohome_unknown {
margin:5px 5% 5px 5%;
background-color:#31cd47;
color:#fff;
border-radius:10px;
padding:4px 6px;
display:block;
width:40%;
float:left;
font-size:12px;
}
.prothol {
margin:5px 5px 5px 0;
background-color:#eee;
color:#999;
border-radius:10px;
padding:4px 6px;
display:block;
width:19%;
float:left;
font-size:12px;
}
.casthol {
margin:5px 5% 5px 5%;
background-color:#eee;
color:#999;
border-radius:10px;
padding:4px 6px;
display:block;
width:40%;
float:left;
font-size:12px;
}
@media screen and (min-width:0px) and ( max-width:767px) {
.profileold {
margin:5px 2px 5px 0;
background-color:#09F;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:100%;
float:none;
font-size:12px;
}
.castsyu {
margin:5px 2% 5px 2%;
background-color:#0C3;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:46%;
float:left;
font-size:12px;
}
.prothol {
margin:5px 2% 5px 2%;
background-color:#eee;
color:#999;
border-radius:10px;
padding:4px 6px;
display:block;
width:46%;
float:left;
font-size:12px;
}
.profilesyu {
margin:5px 2% 5px 2%;
background-color:#0C3;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:46%;
float:left;
font-size:12px;
}
.gohome_ok2 {
margin:5px 2% 5px 2%;
background-color:#F36;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:46%;
float:left;
font-size:12px;
}
.gohome_ng2 {
margin:5px 2% 5px 2%;
background-color:#eee;
color:#999;
border-radius:10px;
padding:4px 6px;
display:block;
width:46%;
float:left;
font-size:12px;
}
.gohome_unknown2 {
margin:5px 2% 5px 2%;
background-color:#31cd47;
color:#fff;
border-radius:10px;
padding:4px 6px;
display:block;
width:46%;
float:left;
font-size:12px;
}
.casthol {
margin:5px 2% 5px 2%;
background-color:#eee;
color:#999;
border-radius:10px;
padding:4px 2%;
display:block;
width:46%;
float:left;
font-size:12px;
}
.gohome_ok {
margin:5px 2% 5px 2%;
background-color:#F36;
color:#FFF;
border-radius:10px;
padding:4px 2%;
display:block;
width:46%;
float:left;
font-size:12px;
max-width:150px;
}
.gohome_ng {
margin:5px 2% 5px 2%;
background-color:#eee;
color:#999;
border-radius:10px;
padding:4px 6px;
display:block;
width:46%;
float:left;
font-size:12px;
max-width:150px;
}
.gohome_unknown {
margin:5px 2% 5px 2%;
background-color:#31cd47;
color:#fff;
border-radius:10px;
padding:4px 6px;
display:block;
width:46%;
float:left;
font-size:12px;
max-width:150px;
}
.profile div {
padding:5px 0 5px 0;
font-size:12px;
}
.qa_field table {
width:100% !important;
float: none;
}
}
.col-head-type1 {
border-collapse: collapse;
width: 100%;
}
@media screen and (min-width:0px) and ( max-width:420px) {
}
.qa_wrap {
width: 100%;
}
.qa_box_wrap {
border: 1px solid #ccc;
font-size: 12px;
}
.qa_box1 {
width: 15%;
float: left;
background-color:#0099ff;
color: #FFFFFF;
padding: 5px 0;
}
.qa_box2 {
width: 35%;
float: left;
padding: 5px 3px;
text-align: left;
}
@media screen and (min-width:0px) and ( max-width:767px) {
.qa_wrap {
width: 98%;
margin: auto;
}
.qa_box_wrap {
border-bottom: 0px solid #ccc;
font-size: 12px;
}
.qa_box1 {
width: 35%;
float: left;
background-color:#0099ff;
color: #FFFFFF;
padding: 5px 0;
border-bottom: 1px solid #ccc;
}
.qa_box2 {
width: 65%;
float: left;
padding: 5px 2px;
text-align: left;
border-bottom: 1px solid #ccc;
}
}
.qa_field {
width:100%;
border-top:1px solid #CCC;
border-left:0px solid #CCC;
border-right:0px solid #CCC;
font-size:12px;
float: none:
}
.qa_field table {
width:50%;
float: left;
}
.qa_field table th {
width:30%;
padding:5px 0;
background-color:#0099ff;
font-weight:100;
border-bottom:1px solid #CCC;
}
.qa_field table td {
width:70%;
height: 31px;
text-align:left;
padding-left:2% !important;
border-bottom:1px solid #CCC;
border-top:0px solid #CCC;
border-right:1px solid #CCC;
border-left:0px solid #CCC;
}
.profile_question {
width:30%;
float:left;
padding:5px 0;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
background-color:#0099ff;
}
.profile_answer2 {
width:70%;
text-align:left;
padding-left:2% !important;
float:left;
padding:5px 0;
border-bottom:1px solid #CCC;
height:45px;
}
.profile_question2 {
width:30%;
float:left;
padding:5px 0;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
background-color:#0099ff;
height:45px;
}
.profile_answer {
width:70%;
text-align:left;
padding-left:2% !important;
float:left;
padding:5px 0;
border-bottom:1px solid #CCC;
}
.op_field {
width:100%;
border-top:1px solid #CCC;
border-left:1px solid #CCC;
border-right:0px solid #CCC;
font-size:13px;
}
.op_field table {
width:100%;
}
.op_field table th {
width:30%;
padding:5px 0;
background-color:#e94a71;
font-weight:100;
border-bottom:1px solid #CCC;
border-top:0px solid #CCC;
border-right:0px solid #CCC;
border-left:0px solid #CCC;
padding:1% 1%;
text-align:left;
}
.op_field table td {
width:70%;
text-align:left;
padding-left:2% !important;
border-bottom:1px solid #CCC;
border-top:0px;
border-right:1px solid #CCC !important;
}
.op_field_left {
width:50%;
float:left;
}
.op_field_right {
width:50%;
float:left;
}
.op_question {
width:30%;
float:left;
padding:5px 0;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
background-color:#e94a71;
}
.op_answer {
width:70%;
text-align:left;
padding-left:2% !important;
float:left;
padding:5px 0;
border-bottom:1px solid #CCC;
border-right:1px solid #CCC !important;
}
.op_text {
width:100%;
margin:auto;
font-size:14px;
padding-top:10px;
text-align:left;
}
.op_text p {
padding-bottom:20px;
}
@media screen and (min-width:0px) and ( max-width:767px) {
.op_field {
width:98%;
margin:auto;
}
.op_field_left {
width:100%;
float:none;
margin:auto;
}
.op_field_right {
width:100%;
float:none;
margin:auto;
}
.op_text {
width:98%;
margin:auto;
}
}
figure.hover-parent {
width: 20%;
position: relative;
margin-bottom: 0;
overflow: hidden;
float:left;
border:0.5px solid #FFF;
}
figcaption.hover-mask {
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.6);
opacity: 0;
color: #fff;
display: flex;
align-items: center;
text-align: center;
padding: 30px;
}
figure.hover-parent:hover .hover-mask {
opacity: 1;
}
figcaption.hover-mask2 {
transition:all 0.6s ease;
}
figcaption.hover-mask3 {
transition: all 0.6s ease;
padding-bottom: 0;
}
figure.hover-parent:hover .hover-mask3 {
padding-bottom: 30px;
}
@media screen and (min-width:0px) and ( max-width:735px) {
figure.hover-parent {
width: 33.333%;
position: relative;
margin-bottom: 0;
overflow: hidden;
float:left;
border:0.5px solid #FFF;
font-size:12px;
}
}
#slider2 div p {
display:none;
}
#slider2 div img {
width:100%;
object-fit:contain;
height:400px;
background-color:#f8f8f8;
}
.bx_samll {
width:20%;
height:100px;
overflow:hidden;
float:left;
border:0.5px solid #fff;
}
.bx_samll img {
width:100%;
height:100%; 
object-fit: cover;
max-height:150px;
overflow:hidden;
}
.figure_box a {
color:#FFF;
}
.trimming img {
width:100%;
height:100%; 
object-fit: cover;
max-height:200px;
overflow:hidden;
}
.flex2{
padding: 2.5% 0;
display: flex;
flex-direction: row;
justify-content: space-evenly;
width:80%;
max-width:980px;
margin:auto;
}
.flex2 > *{
width: 20%;
background: #fff;
font-size: 64px;
text-align: center;
margin:auto;
}
.flex2,
.flex2 > *{
border: 0px solid #aaa;
}
.flex2 p {
border: 1px solid #aaa;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
width:100px;
height:100px;
background-color:#0e68b2;
display: table-cell; /* IE8から使用可能 */
vertical-align: middle;
}
.flex2 a p {
color:#FFF
}
/*========================================   タブ   ========================================*/	
/*タブ*/
.tab{
max-width:1028px;
width:100%;
margin:20px auto 30px auto;
display: flex;
justify-content: center;
align-items: center;
}
.tab li{
width:13%;
text-align:center;
}
.tab li a{
margin:0 auto;
display:block;
width:100px;
height:100px;
line-height:100px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color:#999;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
font-size:12px;
}
.tab li a:link{
color:#FFFFFF;
}
.tab li a:visited{
color:#FFFFFF;
}
.tab li a:hover{
color:#FFFFFF;
background-color:#666666;
}
.tab li.present a{
background-color:#3b4977;
}
.tab .active {
color:#333333;
border-bottom: #CCCCCC dotted 0px;
padding-bottom: 0px;
display:block;
}
.area ul {
display: none;
}
.area ul.show {
display: block;
}
@media screen and (min-width:678px) and ( max-width:786px) {/*480まで(SP)*/
.tab li{
width:14.5%;
text-align:center;
}
.tab li a{
width:90px;
height:90px;
line-height:90px;
font-size: 10px !important;
}
}
@media screen and (min-width:480px) and ( max-width:677px) {
.tab li{
width:14.5%;
text-align:center;
}
.tab li a{
width:70px;
height:70px;
line-height:70px;
font-size: 10px !important;
}
}
@media screen and (min-width:321px) and ( max-width:479px) {/*480まで(SP)*/
.tab li{
width:13.6%;
text-align:center;
}
.tab li a{
width:50px;
height:50px;
line-height:50px;
font-size: 10px !important;
}
}
@media screen and (min-width:0px) and ( max-width:320px) {/*480まで(SP)*/
.tab li{
width:13.6%;
text-align:center;
}
.tab li a{
width:40px;
height:40px;
line-height:40px;
font-size: 8px !important;
}
}
.trimming {
width:500px;
height:200px;
overflow:hidden;
}
.trimming img { position:relative;}
.cle { clear: both;} /*float解除用*/
.area ul {
display: none;
}
.area ul.show {
display: block;
}
.op_field_left a {
text-decoration:underline;
color:#FFF;
}
.op_field_right a {
text-decoration:underline;
color:#FFF;
}
/*恋愛ヒストリー・処方箋*/
.sub_content {
padding:0px 0;
margin:20px 0;
color:#FFF;
}
.p_his {
background-image:url(../../profile/01.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:center;
}
.p_his2 {
background-image:url(../../profile/02.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:center;
}
.h2_pro {
font-size:18px;
padding:0px 0 5px 0;
font-weight:500;
}
.main_content {
width:60%;
margin:0 auto 0 auto;
padding:20px 0;
background-color: rgba(0,0,0,0.5);
font-size:14px;
min-height:400px;
}
.main_content p {
text-align:center;
padding:15px 0;
line-height:25px;
}
@media screen and (min-width:0px) and ( max-width:786px) {
.main_content {
width:85%;
margin:0 auto 0 auto;
padding:0;
background-color: rgba(0,0,0,0.5);
font-size:12px !important
}
.h2_pro {
font-size:14px !important;
padding:5 0 0 0 !important;
}
.main_content p {
text-align:center;
padding:10px 0;
line-height:25px;
}
}
.sche_chat {
width:95%;
margin:10px auto;
padding:5px;
font-size:0.8rem;
text-align:center !important;
background-color:#fff;
border:2px solid #333;
border-radius:50px;
vertical-align:central;
}
.sche_chat3 {
width:95%;
margin:10px auto;
padding:5px;
font-size:0.8rem;
text-align:center !important;
background-color:#71CB00;
border:2px solid #3CA100;
border-radius:50px;
vertical-align:central;
color: #FFFFFF;
}
.sche_chat5 {
width:95%;
margin:10px auto;
padding:5px;
font-size:0.8rem;
text-align:center !important;
background-color:#F6373A;
border:2px solid #F6373A;
border-radius:50px;
vertical-align:central;
color: #FFFFFF;
}
.pro_chat {
width:40%;
margin:10px auto;
padding:5px;
font-size:0.9rem;
text-align:center !important;
background-color:#fff;
border:2px solid #333;
border-radius:50px;
}
.pro_chat img {
margin-right:10px;
}
.pro_chat a {
color:#000;
}
.castlist_schedule_time {
width:100%;
text-align:center;
font-size:0.8rem !important;
border-bottom:0px solid #CCC;
}
.castlist_schedule_time2 {
width:85%;
padding:10px;
text-align:center;
font-size:0.8rem !important;
border-bottom:0px solid #CCC;
position:absolute;
left: 0;
right: 0;margin: auto !important;
bottom:5%;
display:block;
background-color:#fff;
color:#f30 !important;
font-weight:900;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
opacity:0.9;
}
.gall {
position: relative;
color:#FFF;
}
.gall span {
position: absolute;
bottom: 0%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin:0;
padding:0;
/*文字の装飾は省略*/
color:fff !important;
text-align:left;
width:60%;
font-size:0.8rem;
}
.gall span a {
color:#FFF;
text-decoration:underline;
cursor:pointer;
font-size:0.9rem !important;
}
.gall img {
width: 100%;
}
.last_updata { 
float:right; padding-right:10px; font-size:10px;
margin-top:4px;
color: #9A9A9A;
}
@media screen and (min-width:0px) and ( max-width:767px) {
.gall span {
width:50%;
}
.gall span a {
}
}
@media screen and (min-width:0px) and ( max-width:593px) {
.gall span {
width:52%;
}
}
@media screen and (min-width:0px) and ( max-width:462px) {
.gall span {
width:60%;
}
.last_updata { 
float:right; padding-right:10px; font-size:10px;
margin-top:4px;
color: #9A9A9A;
}
.pro_chat {
width:90%;
}.castlist_schedule_time2 {
font-size:0.6rem !important;
}
}
@media screen and (min-width:0px) and ( max-width:420px) {
.gall span {
width:78%;
}
}
@media screen and (min-width:0px) and ( max-width:320px) {
.last_updata { 
float:none; 
padding-right:0px; 
font-size:10px;
margin-top:4px;
display:block;
width:100%;
text-align:center;
color: #9A9A9A;
}
.gall span {
font-size:12px !important;
}
}
.blog_contents {
width:98%;
margin:auto;
max-width:960px;
}
.blog_left {
float:left;
width:30%;
display:block;
}
.blog_left2 {
float:left;
width:30%;
display:none;
}
.blog_right {
float:right;
width:65%;
}
.blog_right h2 {
font-size:21px;
padding:5px 10px;
background-color:#384675;
color:#FFF;
}
.blog_right small {
font-size:10px;
padding:10px 0;
text-align:right;
width:100%;
display:block;
}
.blog_rec {
padding-bottom:3px;
border-bottom:dotted #CCCCCC 1px;
margin-bottom:5px;
}
.post_list {
border-bottom:1px dotted #CCCCCC;
padding:5px 0px 5px 0;
font-size:12px;
}
.blog_box_wp {
width:24%;
text-align:left;
margin:0 0.5% 15px 0.5%;
border:3px solid #CCC;
padding:3px;
float:left;
min-height:320px;
}
.blog_box_wp img {
max-height:150px;
width:100%;
overflow:hidden;
object-fit: cover;
}
.blog_box_wp .entry-title {
padding:0 0 10px 0;
font-size:14px;
line-height:20px;
display:block;
margin:0;
}
.entry-box {
font-size:12px;
width:100%;
}
@media screen and (min-width:0px) and ( max-width:767px) {
.blog_left {
float:left;
width:30%;
display:none;
}
.blog_left2 {
float:none;
width:98%;
display:block;
text-align:left;
margin:20px auto 0 auto;
border-top:3px solid #999999;
padding-top:5px;
}
.blog_right {
float:none;
width:100%;
}
.blog_right img {
margin:auto;
}
.blog_box_wp {
width:98%;
text-align:left;
margin:0 1% 15px 1%;
border:3px solid #CCC;
padding:10px;
float:left;
}
.blog_box_wp img {
max-height:250px;
width:100%;
overflow:hidden;
object-fit: cover;
}
}
@media screen and (min-width:321px) and ( max-width:360px) {
.castname {
padding:2px 0 !important;
float:none;
display:block;
text-align:center;
font-size:10px;
}
.casthol {
margin:5px 5% 5px 5%;
background-color:#eee;
color:#999;
border-radius:10px;
padding:4px 6px;
display:block;
width:40%;
float:left;
font-size:12px;
}
.castsyu {
margin:5px 5% 5px 5%;
background-color:#0C3;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:40%;
float:left;
font-size:12px;
}
.gohome_ok {
margin:5px 5% 5px 5%;
background-color:#F36;
color:#FFF;
border-radius:10px;
padding:4px 6px;
display:block;
width:40%;
float:left;
font-size:12px;
max-width:150px;
}
.gohome_ng {
margin:5px 5% 5px 5%;
background-color:#eee;
color:#999;
border-radius:10px;
padding:4px 6px;
display:block;
width:40%;
float:left;
font-size:12px;
max-width:150px;
}
}
@media screen and (min-width:0px) and ( max-width:321px) {
.gohome_ng {
margin:5px 5px 5px 2%;
background-color:#eee;
color:#999;
border-radius:10px;
padding:4px 6px;
display:block;
width:44%;
float:left;
font-size:12px;
max-width:150px;
}
}
.search_box input[type="radio"] {display: none;}
.search_box label{
padding: 5px;
background:#929292;
color: #fff;
font-size: 16px;
text-align: center;
line-height: 1;
transition: .2s;
margin: auto;
}
.search_box label:first-of-type{
border-radius: 3px 0 0 3px;
}
.search_box label:last-of-type{
border-radius: 0 3px 3px 0;
}
ul.foo li input[type="radio"]:checked {
color: #000;
}
ul.foo {
display:table;
table-layout:fixed;
width:100%;
padding:30px 0 10px 0;
background:#fff;
}
ul.foo li {
width: 20%;
float: left;
text-align:center;
border-left:1px solid white;
}
ul.foo li.first {
width: 16%;
float: left;
font-size: 14px;
text-align: center;
}
ul.foo li:first-child {
border:none;
}
ul.foo li a {
display:block;
text-decoration:none;
color:white;
}
@media screen and (min-width:0px) and ( max-width:768px) {
ul.foo li {
width: 50%;
float: left;
font-size: 14px;
margin: 5px 0;
}
ul.foo li:first-child {
width: 100%;
float: none;
font-size: 14px;
margin: 5px 0;
text-align: center;
display: block !important;   
}
ul.foo li.first {
width: 100%;
float: none;
font-size: 14px;
margin: 5px 0;
text-align: center;
display: block !important;
}
#id_search-name {
width: 140px !important;
height: 40px !important;
font-size: 14px !important;
margin: 0 10px 0px 0;
}
.result {
display: block;
padding: 5px 0;
}
.search_name {
display: block !important;
font-size: 12px !important;
width: 50% !important;
text-align: left;
float: left;
}
.search_name2 {
display: block !important;
font-size: 12px !important;
width: 100% !important;
text-align: center;
float: none !important;
margin: 0 0 10px 0 !important;
padding: 0 0 0px 0;
background-color: #fff;
}
#id_default_order {
display: block !important;
font-size: 12px !important;
width: 100% !important;
text-align: center;
float: none !important;
margin: 0 0 0px 0 !important;
}
#id_search-name {
width: 160px !important;
height: 40px !important;
font-size: 14px !important;
margin: 0 10px 0px 0;
}
#sbtn{
width:70px;/*検索ボタンの横幅*/ 
height:40px !important;/*検索ボタンの縦幅*/
}
.swiper-container {
width: 100% !important;
float: none !important;
}
.easy_detail_right {
width: 100% !important;
float: none !important;
margin: 0 !important;
}
}
@media screen and (min-width:0px) and ( max-width:414px) {
ul.foo li {
width: 50%;
float: left;
font-size: 14px;
margin: 5px 0;
}
ul.foo li:first-child {
width: 100%;
float: none;
font-size: 14px;
margin: 5px 0;
text-align: center;
display: block !important;   
}
ul.foo li.first {
width: 100%;
float: none;
font-size: 14px;
margin: 5px 0;
text-align: center;
display: block !important;
}
#id_search-name {
width: 140px !important;
height: 40px !important;
font-size: 14px !important;
margin: 0 10px 0px 0;
}
.result {
display: block;
padding: 5px 0;
}
.search_name {
display: block !important;
font-size: 12px !important;
width: 50% !important;
text-align: left;
float: left;
}
.search_name2 {
display: block !important;
font-size: 12px !important;
width: 100% !important;
text-align: center;
float: none !important;
margin: 0 0 10px 0 !important;
}
}
@media screen and (min-width:0px) and ( max-width:375px) {
.search_name {
display: block !important;
font-size: 10px !important;
width: 100% !important;
text-align: center;
float: left;
}
}
#form1{
margin-bottom:15px;/*フォームの下に余白*/	 	
}
/*検索ボックス*/
#sbox{
outline:0;/*クリック時の青い枠線消す*/	
height:30px;/*検索ボックスの高さ*/	
padding:0 10px;/*テキスト位置調整*/	 
border-radius:2px 0 0 2px;/*検索ボックスの角を丸める*/		
background:#eee;/*検索ボックスの背景カラー*/		
}
/*検索ボタン*/
#sbtn{
width:70px;/*検索ボタンの横幅*/ 
height:50px;/*検索ボタンの縦幅*/ 
left:270px;/*検索ボタンの位置調整*/  
top:0;
border-radius:0 0px 0px 0;/*検索ボタンの角を丸める*/ 
background:#0e68b2;/*検索ボタンの背景カラー*/ 
border:none;/*検索ボタンの枠線を消す*/ 
color:#fff;/*検索ボタンのテキストカラー*/ 
font-weight:bold;/*検索ボタンのテキスト太字*/ 
font-size:16px;/*検索ボタンのフォントサイズ*/ 
}
/*検索ボタンマウスオーバー時*/
#sbtn:hover{
color:#fff;/*検索ボタンマウスオーバー時のフォントカラー*/ 
}
#id_search-name {
width: 200px !important;
height: 50px;
font-size: 16px;
margin: 0 10px 0px 0;
}
.trainer_s {
padding: 0px 0 10px 0;
font-size: 12px;
border-bottom: 1px solid #999999;
}
.acd-check{
display: none;
}
.acd-label{
background: #0e68b2;
color: #fff;
display: block;
margin-bottom: 10px;
padding: 10px;
}
.acd-content{
border: 1px solid #333;
height: 0;
opacity: 0;
padding: 0 10px;
transition: .5s;
visibility: hidden;
margin: 0 0 20px 0;
}
.acd-check:checked + .acd-label + .acd-content{
height: auto;
opacity: 1;
padding: 10px;
visibility: visible;
}
.search_name {
float: left;
margin: 2px 0 6px 0;
font-size: 12px;
width: 48%;
display: block;
text-align: center;
}
.search_name a {
display: contents;
}
.search_name2 {
float: left;
margin: -2px 0 6px 0;
font-size: 12px;
background-color: #0e68b2;
padding: 5px 10px;border-radius: 5px;
}
#id_default_order {
font-size: 12px;
background-color: #0e68b2;
}
#id_count {
color: #972123;
font-size: 16px;
font-weight: 800;
}
.search_name2 {
color: #fff !important;
}
.search_name2:hover {
text-decoration: underline;
color: #fff !important;
}
.pager .pagination {
text-align: center;
margin-bottom: 10px;
}
.pager .pagination li {
display: inline;
margin: 0 1px;
padding: 0;
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
position: relative;
border-radius: 10px;
}
.pager .pagination li a{
vertical-align: middle;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
display:table;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.pager .pagination li a span{
display:table-cell;
vertical-align:middle;
}
.search_outline {
max-width: 980px;
margin: auto;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
color: #fff;
background: #0e68b2;
}
.modal4_box {
text-align: left;
margin: 0% 0 0 0;
padding: 10px;
font-size: 14px;
}
.modal4_box p {
padding: 10px 0 10px 0;
}
#smodal4{
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 98%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.7);
margin: 100px auto;
}
#smodal5{
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.7);
margin: 100px auto;
}
#modal_content{
width:100%;
max-width: 500px;
background:#fff;
margin:15% auto;
padding:10px;
position:relative;
}
button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
appearance: none;
}
#btn_open {
background: #ABABAB;
border-radius: 10px;
padding: 0px 0;
color: #fff;
text-align: center;
vertical-align: middle;
}
#btn_open2 {
background: #ABABAB;
border-radius: 10px;
padding: 0px 0;
color: #fff;
text-align: center;
vertical-align: middle;
}
#btn_open3 {
background: #ABABAB;
border-radius: 10px;
padding: 0px 0;
color: #fff;
text-align: center;
vertical-align: middle;
}
.btn_close {
width: 100px;
height: 30px;
background: #D2D2D2;
margin: auto !important;
}
/* モーダル簡易詳細 */
.modalArea {
display:none;
position: fixed;
z-index: 10; /*サイトによってここの数値は調整 */
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.modalBg {
width: 100%;
height: 100%;
background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
position: absolute;
top: 50%;
left: 50%;
transform:translate(-50%,-50%);
width: 70%;
max-width: 98%;
padding: 10px 30px;
background-color: #fff;
text-align: left;
}
.modalContents .easy_detail {
width: 35%;
float: left;
}
.modalContents .easy_detail_right {
width: 64%;
float: right;
}
.closeModal {
position: absolute;
top: 0.5rem;
right: 1rem;
cursor: pointer;
}
.swiper-my-pagination .swiper-pagination-bullet {
width: auto;
height: auto;
border-radius: 0;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0;
}
.swiper-my-pagination img {
box-shadow: none;
margin: 0;
vertical-align: bottom;
}
.swiper-my-pagination {
display: table;
}
.swiper-my-pagination {
display: table;
table-layout: fixed;
}
.swiper-my-pagination .swiper-pagination-bullet {
display: table-cell;
padding: 2px;
background: transparent;
opacity: 1;
}
.swiper-my-pagination .swiper-pagination-bullet-active {
background: transparent;
opacity: 0.6;
}
.modal_wrap input{
display: none;
}
.modal_overlay{
display: flex;
justify-content: center;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
opacity: 0;
transition: opacity 0.5s, transform 0s 0.5s;
transform: scale(0);
}
.modal_trigger{
position: absolute;
width: 100%;
height: 100%;
}
.modal_content{
position: relative;
align-self: center;
width: 100% !important;
max-width: 860px;
padding: 30px 30px 15px;
box-sizing: border-box;
background: #fff;
line-height: 1.4em;
transition: 0.5s;
text-align: left !important;
}
.close_button{
position: absolute;
top: 0px;
right: 0px;
font-size: 24px;
cursor: pointer;
z-index: 9999 !important;
}
.modal_wrap input:checked ~ .modal_overlay{
opacity: 1;
transform: scale(1);
transition: opacity 0.5s;
}
.open_button{
justify-content: center;
align-items: center;
width: 200px;
height: 30px;
margin: auto;
padding: 8px 16px;
color: #444;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
box-shadow: 0 1px 3px rgba(0,0,0,0.6);
border-radius: 16px;
cursor: pointer;
}
.swiper-container {
width: 33%;
float: left;
}
.easy_detail_right {
width: 64%;
float: right;
margin-right: 1px!important;
}
.guravure_wrap {
margin: 20px 0 20px 0;
border: 5px #DDDDDD solid;
}
.guravure_enter {
margin: 10px 0;
border: 0px #DDDDDD solid;
}
.guravure_enter img {
width: 100%;
}
.demo111 {
width: 100%;
border-top:1px solid #CCC;
border-right:0px solid #CCC;
border-left:1px solid #CCC;
margin: 20px 0 0 0;
}
td.tm {width: 15%;
display:block;
float: left;
background-color:#0099ff;
border-bottom:1px solid #CCC;
font-size: 12px;
color: #FDFDFD;
padding: 5px 0;
}
td.tn {width: 35% !important;
display:block;
float: left;
border-bottom:1px solid #CCC;
border-right:1px solid #CCC;
font-size: 12px;
padding: 5px 0 5px 5px;
text-align: left;
}
td.om {width: 15%;
display:block;
float: left;
background-color:#e94a71;
border-bottom:1px solid #CCC;
font-size: 12px;
color: #FDFDFD;
padding: 5px 0;
}
td.on {width: 35% !important;
display:block;
float: left;
border-bottom:1px solid #CCC;
border-right:1px solid #CCC;
font-size: 12px;
padding: 5px 0 5px 5px;
text-align: left;
}
td.om a {
color: #FFFFFF;
text-decoration: underline;
}
@media screen and (min-width:0px) and ( max-width:768px) {
.demo111 {
width: 98%;
margin: auto;
}
td.tm {width: 30% !important;
display: block;
float: left;}
td.tn {width: 70% !important;
display: block;
float: left;
}
td.om {width: 30% !important;
display: block;
float: left;}
td.on {width: 70% !important;
display: block;
float: left;
}
.modal_content{
position:relative;
align-self:baseline;
width: 96% !important;
max-width: 860px;
padding: 10px 10px 15px;
box-sizing: border-box;
background: #fff;
line-height: 1.4em;
transition: 0.5s;
text-align: left !important;
}
.modal_overlay{
display: flex;
justify-content: center;
overflow-y:scroll;
overflow-x: hidden;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
opacity: 0;
transition: opacity 0.5s, transform 0s 0.5s;
transform: scale(0);
}
}
.easy_detail_name {
background: #DB2800; 
color: #FFFFFF; 
padding: 5px 4px; 
width: 80%; 
max-width: 460px;
margin: 40px auto 30px auto; 
border-radius: 20px; 
font-size: 14px;
}
.button_hover:hover {
text-decoration: underline;
}
.s_prev {
width: 46%;
margin: 0 2% 0 2%;
float: left;
font-size: 14px;
}
.s_next {
width: 46%;
margin: 0 2% 0 2%;
float: right;
font-size: 14px;
}
@media screen and (min-width:0px) and ( max-width:375px) {
.s_prev {
width: 45%;
text-align: left;
float: left;
font-size: 12px;
margin: 0 0 0 5px !important;
}
.s_next {
width:45%;
text-align: right;
float: right;
font-size: 12px;
margin: 0 5px 0 0 !important;
}
}

 label { cursor: pointer; margin-right:10px;}
		  label.website {cursor: pointer; margin:10px 0 10px 0; display: block; width: 20%; float: left; }


 @media only screen and (max-width: 768px) {
	
	label.website { width: 30%; }
			  label div {font-size: 12px;}
	

}
		  
		  @media only screen and (max-width: 420px) {
	
			  label.website { width: 45%; }
			  label div {font-size: 12px;}
}

 
@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }












