@charset "UTF-8";

/*------ フッターコンタクトを隠す ------ */
.footer-contact .contact-coun{
	display: none;
}
.footer-contact .contact-mail{
	display: none;
}
.footer-contact .contact-tel{
	width: 85%;
}
/*
.footer-contact .contact-tel i:after{
	content: " お気軽にお電話ください"
}
*/

/*------ フッターコンタクトを隠す ここまで　------ */

main .inner{
	margin: 0 auto;
	padding: 0 13vw;
}

@media screen and (max-width:767px) {
	main .inner{
		padding: 0 6vw;
	}
}

input,
textarea:focus{
	
}
input,
textarea,
select,
option{
	box-sizing: border-box;
	display: block;
	line-height: 1.4em;
	font-size: 18px;
	padding: .5em;
	max-width: 400px;
	width:100%;
	border: 1px solid #555;
	border-radius: 10px;
	color: #73727B;
}
option{
	font-size: 12px;
	line-height: 1.5em;
	padding: 1em  .5em;
}

.box_fast{
	
}
input[type="radio"]{
	display: inline;
	width: 1em;
}
/*
input[type="radio"]:not(:first-of-type):before{
	content: "　";
}
*/

input[type="text"]{

}

[name="koumoku02_s"],
[name="koumoku04"],
[name="time01"],
[name="time02"]{
	margin-top: .5em;
}

textarea{
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	height: 7em;
}
label{
	display: block;
	font-weight: bold;
	margin-top: 1em;
}
.box{
	line-height: 1.2em;
}
.color_red{
	color: #f00;
}

.txt_12px{
	font-size: 1.4rem;
	
}
p{
	margin-top: .5em;
	font-size: 1.4rem;
	line-height: 1.5em;
}
.txt_center{
	text-align: center;
}

.tit_color{
	font-size: 2.4rem;
	margin: 0 auto 1em;
	padding-top: 2em;
	border-bottom: 1px solid #888;
	padding-bottom: .5em;
	max-width: 10em;
}

@media screen and (min-width:768px) {
	.tit_color{
	margin: 0 auto 1em;
	padding-top: 3em;
}
}

/*
@media screen and (min-width:480px) {
	
	.tit_color{
		margin-top: .5em;
	}
	
}
*/

.confirm #wrap p,
.confirm #wrap div{
	text-align: left;
	line-break: 
}
.confirm .ERR{
	color: #f00;
}

.confirm .box div:first-child{
	font-weight: bold;
	font-size: 80%;
}
.confirm .box{
	margin: .5em 0;
	border-top: 1px dotted #888;
	padding: .5em 0;
}
.confirm .box:last-of-type{
	border-bottom: 1px dotted #888;
	margin-bottom: 1em;
}
.return_btn,
.submit_button,
#submit_button{
	display: block;
	margin: 1em auto;
	padding: .5em;
	border: 1px solid #888;
	text-align: center;
	border-radius: .5em;
	background: #ddd;
	max-width: 400px;
	width: 80%;
	color: #333;
}

/* -----------   カウンセリング予約カレンダー  --------------- */

.overlay{
	background: rgba( 0, 0, 0, .5);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.couns-calender{
	position: relative;
	max-width: 480px;
	margin: 0px auto;
	padding: 1em .5em;
	background: #fff;
	overflow: scroll;
}
.couns-calender h1{
	font-size: 2.0rem;
	margin: 0 auto 5px;
	width: 60%;
	border-bottom: 1px solid #888;
	padding-bottom: 5px;
}
/*
.couns-calender .tableCalender{
	margin: 0 auto;
}
*/
.couns-calender .month{
	margin-bottom: 20px;
}
.couns-calender table{
	margin: 20px auto;
	width: 95%;

}

.couns-calender tr{
	
}
.couns-calender th,td{
	width: 14.2857%;
	font-size: 1.4rem;
	line-height: 2.0em;
	padding: .2em .1em;
	border: none;
	text-align: center;
	vertical-align: middle;
	color: #727171;
}
.couns-calender th{
	font-weight: bold;
}
.couns-calender td{
	
}
.couns-calender .pass{
	opacity: .6;
}
.couns-calender .holiday{
	box-sizing: border-box;
	display: inline-block;
	border-radius: 1em;
	line-height: 1.9em;
	width: 2em;
	height: 2em;
	background: #8f82bc;
	color: #fff;
}
.couns-calender .today{
	box-sizing: border-box;
	display: inline-block;
	font-weight: bold;
	border-radius: 1em;
	line-height: 1.8em;
	width: 2em;
	height: 2em;
	border: 1px solid #555;
	opacity: 1;
}
