@charset "utf-8";
/*
 * neuro2017 theme stylesheet for Reservation pages
 */

/*--- reservation general --------------*/
.rvtab{
	margin-top:-20px;
	position:relative;
}
.rvtab>dt{
	position:absolute;
	top:0;left:0;
	width:50%;height:35px;
	background:#e5f1ef;
}
.rvtab>dt.hachioji{
	left:50%;
}

.rvtab>dt span{
	display:block;
	font-size:14px;font-size:1.4rem;
	font-weight:500;
	line-height:35px;
	color:#fff;
	text-align:center;
	border-radius:5px 5px 0 0;
}
.rvtab>dt.tab span{
	cursor:pointer;
}
.rvtab>dt a{
	display:block;
	color:#fff;
	text-decoration:none;
}

.rvtab>dt.yokohama span{
	margin-left:10px;
	margin-right:5px;
	background:#09c5a8;
}
.rvtab>dt.hachioji span{
	margin-left:5px;
	margin-right:10px;
	background:#b4c258;
}
.rvtab>dt:not(.on) span{
	background:#bbb;
}
.rvtab>dt:not(.on) span a{
/*	pointer-events: none;*/
}

.rvtab>dd{
	padding-top:35px;
	padding-left:10px;
	padding-right:10px;
	background:#fff;
}
.rvtab>dt:not(.on)+dd{
	display:none;
}

.rvtab>dd section{
	margin-top:20px;
	padding-bottom:20px;
}

@media screen and (min-width: 900px){
	.rvtab{
		margin-top:0;
	}
	.rvtab>dt{
		height:50px;
		background:#fff;
		z-index:1;
	}
	.rvtab>dt.yokohama span{
		margin-left:0;
	}
	.rvtab>dt.hachioji span{
		margin-right:0;
	}
	.rvtab>dt span{
		line-height:50px;
	}
	.rvtab>dd{
		padding:70px 20px 10px;
		position:relative;
		z-index:0;
	}
	.rvtab>dd:before{
		position:absolute;
		top:50px;left:0;right:0;bottom:0;
		z-index:-1;
		content:"";
		display:block;
	}
	.rvtab>dt.yokohama+dd:before{
		border:solid 3px #09c5a8;
	}
	.rvtab>dt.hachioji+dd:before{
		border:solid 3px #b4c258;
	}
}

/*nontab*/
.nontab{
	padding-left:10px;
	padding-right:10px;
	background:#fff;
}
.nontab section{
	margin-top:20px;
	padding-bottom:20px;
}

@media screen and (min-width: 900px){
	.nontab{
		padding:20px 20px 10px;
		border:solid 3px #09c5a8;
	}
}


/*--- reserves (top) -------------------*/
.rv .sc-info{
	margin:30px auto 10px;
}

.rv .map{
	margin:0 0 10px;
	text-align:center;
}
.rv .map img{
	width:100%;
	max-width:315px;
}
.rv .pconly{
	display:none;
}

.rv .profile{
	margin-top:15px;
}
.rv .profileimg{
	margin-bottom: 15px;
	text-align:center;
	font-size:14px;font-size:1.4rem;
	font-weight:300;
	color:#434343;
	line-height:20px;
}
.rv .profileimg img{
	margin:0 auto;
}
.rv .profile .fr>ul{
	margin:10px 0 20px;
}
.rv .profile li{
	font-size:14px;font-size:1.4rem;
	font-weight:300;
	line-height:20px;
	color:#434343;
}

@media screen and (min-width: 900px){
	.rv .pconly{
		display:block;
	}
	.rv .sponly{
		display:none;
	}
	.rv .cal .ttl{
		margin-bottom:10px;
		font-size:18px; font-size:1.8rem;
		font-weight:500;
		line-height:20px;
		color:#017866;
		text-align:center;
	}
	.rv .profile{
		margin-top:20px;
	}
	.rv .profileimg{
		margin-right:40px;
		width:150px;
	}
	.rv .profile fr{
		width:460px;
	}
}


/*--- reserves choice ------------------*/
.rv .msg{
	text-align:center;
}

.rv .doctor li{
	margin:0 -10px;
	padding:10px 10px 5px;
	border-bottom:solid 1px #cecece;
	font-size: 14px;font-size: 1.4rem;
	font-weight: 400;
	line-height: 20px;
}

.rv .doctor .name{
	margin:0;
	font-weight: 700;
	color: #017866;
}

@media screen and (min-width: 900px){
	.rv .doctor li{
		float:left;
		width:320px;
		margin:0;
		padding:10px 10px 5px;
		border-bottom:solid 1px #cecece;
	}
	.rv .doctor li:nth-of-type(2n+1){
		clear:both;
	}
	.rv .doctor li:nth-of-type(2n+2){
		float:right;
	}
}

/*--- reserves entry,login -------------*/

.rv form p{
	font-size: 14px;font-size: 1.4rem;
	font-weight: 500;
	line-height: 20px;
}
.rv .help{
	color:#017866;
}

/*login user*/
.rv .loginuser{
	margin-top:10px;
	text-align:right;
}
.rv .loginuser .name{
	font-size: 16px;font-size: 1.6rem;
	font-weight: 500;
	line-height: 30px;
}
.rv .loginuser .logout{
	float:right;
	margin:0 0 0 10px;
	width:120px;
	height:30px;
	line-height:30px;
}

.rv .privacy{
	margin: 10px 0;
	padding: 10px;
	height: 200px;
	overflow-y: scroll;
	border: solid 1px #cecece;
	box-sizing: border-box;
	background: #fff;
	font-size: 13px;font-size: 1.3rem;
	line-height:22px;
}
.rv .privacy h3{
	margin:5px 0 10px;
}
.rv .privacy dt{
	margin:10px 0 5px;
	font-size: 14px;font-size: 1.4rem;
	font-weight:700;
}
.rv .privacy p,
.rv .privacy li,
.rv .privacy dd{
	font-size: 13px;font-size: 1.3rem;
	font-weight:300;
}
.rv .privacy li{
	text-indent:-12px;
	padding-left:12px;
}


/*radio*/
.rv .f-radio{
	margin:10px 0;
}
.rv .f-radio li{
	clear:both;
	padding-top:10px;
}
.rv .f-radio .txt{
	font-size: 14px;font-size: 1.4rem;
	font-weight: 300;
	line-height: 45px;
	color:#5e5d5d;
}
.rv .f-radio .txt:before{
	content:"・";
	color:#017866;
}
.rv .f-radio .rbtn{
	float:right;
	display:inline-block;
	width:110px;
}
.rv .f-radio label{
	float:left;
	display:block;
	width:50px;
	height:37px;
	margin-left:5px;
	position:relative;
}
.rv .f-radio input{
	display:none;
	position:absolute;
	width:50px;
	height:37px;
}
.rv .f-radio input+span{
	position:absolute;
	width:50px;
	height37px;
	font-size: 14px;font-size: 1.4rem;
	font-weight: 500;
	line-height: 37px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border-radius:3px;
	background:#017866;
	-webkit-box-shadow: 0 3px #005346;-moz-box-shadow: 0 3px #005346;box-shadow: 0 3px #005346;
}
.rv .f-radio input+span:hover,
.rv .f-radio input:checked+span{
	background:#1b9280;
	-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;
}

@media screen and (min-width: 900px){
	.rv .f-radio li{
		padding:10px 0 5px;
		border-bottom:dotted 1px #cecece;
	}
}

/*input*/
.rv .f-input{
	padding:10px 0;
}
.rv .f-input dt{
	margin-top:15px;
	font-size: 14px;font-size: 1.4rem;
	font-weight: 500;
	line-height: 30px;
	color:#5e5d5d;
}
.rv .f-input dt label{
	font-weight: 500;
}
.rv .f-input dt .desc{
	line-height:18px;
}
.rv .f-input dt.required:after{
	content:"必須";
	display:inline-block;
	margin-left:10px;
	padding:0 8px;
	font-size: 10px;font-size: 1rem;
	font-weight: 500;
	line-height: 20px;
	color:#fff;
	background:#e19a00;
	vertical-align:text-top;
}
.rv .f-input dd{
}
.rv .f-input input,
.rv .f-input textarea{
	padding:10px;
	width:100%;
	font-size: 14px;font-size: 1.4rem;
	font-weight: 500;
	line-height: 20px;
	color:#5e5d5d;
	background:#e5f1ef;
	border:0;
	border-radius:3px;
}
.rv .f-input input::-webkit-input-placeholder{
	color:#81c2b8;
}
.rv .f-input input:-ms-input-placeholder{
	color:#81c2b8;
}
.rv .f-input input::-moz-placeholder{
	color:#81c2b8;
}

.rv .f-input input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 50px #e5f1ef inset;
}

.rv .f-input textarea{
	height:150px;
}

@media screen and (min-width: 900px){
	.rv .f-input dt{
		float:left;
		clear:left;
		padding-top:10px;
		width:230px;
	}
	.rv .f-input dt .desc{
		display:block;
		margin-top:-5px;
	}
	.rv .f-input dd{
		margin-top:20px;
		margin-left:230px;
	}

	.rv .f-input.w150 dt{
		width:150px;
	}
	.rv .f-input.w150 dd{
		margin-left:150px;
	}

}

/*checkbox*/
.rv .f-cb .cb{
	display:inline-block;
	margin-right:15px;
	width:25px;
	height:25px;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
}
.rv .f-cb .cb input{
	display:none;
	position:absolute;
	width:25px;
	height:25px;
}
.rv .f-cb .cb input+span{
	display:inline-block;
	position:absolute;
	width:25px;
	height:25px;
	background:#e5f1ef;
}
.rv .f-cb .cb input:checked+span:after{
	position:absolute;
	bottom:5px;left:2px;
	content:url(../wp/wp-content/themes/neuro2017/images/rv/cb.svg);
	width:29px;
	height:25px;
}
.rv .f-cb .txt{
	margin-left:15px;
	font-size: 14px;font-size: 1.4rem;
	font-weight: 500;
	line-height: 25px;
	color:#5e5d5d;
}


@media screen and (min-width: 900px){
	.rv .f-cb{
		text-align:center;
	}
}


/*--- sidebar --------------------------*/
.rv .sidebar{
	display:none;
}
@media screen and (min-width: 900px){
	.rv .sidebar{
		display:block;
	}
}

/*end*/