
/*=================================================
 * CSS for PC
 * ================================================= */

#cnt{	padding: 40px 0 20px 0;}


/** areabt **/

.areabt{
	width: 1150px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: center;
	justify-content: center;
	margin: 0 auto 30px auto;
}

.areabt div{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 5 - 10px);
}

.areabt a,
.areabt em{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #6d2a33;
	cursor: pointer;
	background: #fbf4ea;
	border-radius: 5px;
	box-shadow:0px 0px 0px 2px #c28b8d inset;
	-moz-box-shadow:0px 0px 0px 2px #c28b8d inset;
	-webkit-box-shadow:0px 0px 0px 2px #c28b8d inset;
	margin: 0 5px 10px 5px;
	padding: 0 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.areabt a span{
	position: relative;
	z-index: 2;
}

.areabt em:hover,
.areabt em.active{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #6d2a33;
	box-shadow:0px 0px 0px 2px #6d2a33 inset;
	-moz-box-shadow:0px 0px 0px 2px #6d2a33 inset;
	-webkit-box-shadow:0px 0px 0px 2px #6d2a33 inset;
}


/** day_select **/

#day_select{
	clear: left;
	margin-bottom: 40px;
	text-align: center;
}

#day_select{
	font-size: 0;
	line-height: 0;
}

#day_select ul{
}

#day_select li{
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin: 0 5px;
	text-decoration	: none;
	position: relative;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#day_select li div,
#day_select li a{
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 100%;
	padding: 22px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#day_select li a,
#day_select li a:hover{
	text-decoration: none;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#day_select li .bg8:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/** sche_a **/

.sche_a .sbox{
	position: relative;
	width: 1120px;
	border-width: 1px;
	border-style: solid;
	margin: 0 auto 20px auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sche_a .sbox_in{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.sche_a .sbox_l,
.sche_a .sbox_r{
	display: table-cell;
	vertical-align: top;
}

.sche_a .sbox_l{	width: 131px;}

.sche_a .sbox_l .img{
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding: 5px;
}

.sche_a .sbox_l .icon{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 14px);
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	bottom: 7px;
	left: 7px;
}

.sche_a .sbox_r{	padding: 8px 0 0 0;}

.sche_a .sbox_r p{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	margin-right: 5px;
}

.sche_a .sbox_r p a{
	font-size: 20px;
	font-weight: bold;
}

.sche_a .sbox_r p:nth-of-type(1){	margin-right: 10px;}

.sche_a .sbox table{
	width: 950px;
	height: 100px;
	font-size: 13px;
	line-height: 15px;
	table-layout: fixed;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.sche_a .sbox tr{
	vertical-align: middle;
}

.sche_a .sbox th{
	height: 32px;
	font-weight: normal;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
}

.sche_a .sbox th br{	display: none;}

.sche_a .sbox td{
	font-size: 14px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
}

.sche_a .sbox th:last-of-type,
.sche_a .sbox td:last-of-type{	border: none;}


/** sche_b **/

.sche_b{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
}

.sche_b ul{
	font-size: 0;
	line-height: 0;
}

.sche_b li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	width: 260px;
	margin: 0 12px 25px 12px;
	padding: 10px 10px 10px 10px;
	box-shadow:0px 0px 0px 1px #c8b17b inset;
	-moz-box-shadow:0px 0px 0px 1px #c8b17b inset;
	-webkit-box-shadow:0px 0px 0px 1px #c8b17b inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sche_b li .img{
	position: relative;
	overflow: hidden;
}

.sche_b li .txt{
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding: 7px 0;
}

.sche_b li .txt a,
.sche_b li .txt i{
	font-size: 16px;
	font-style: normal;
}


.sche_b li .img a > img{
	width: 240px;
	height: 320px;
}

.sche_b li .img{
	position: relative;
	overflow: hidden;
}

.sche_b li .s_on{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.sche_b li .s_off,
.sche_b li .s_now,
.sche_b li .s_tel{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	color: #fff;
}

.sche_b li .s_on{}
.sche_b li .s_on span{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 2s ease-in-out infinite;
	transform-origin: 50% 50%;
}
@keyframes anime {
	0% {opacity: 0; filter: alpha(opacity=0);}
	25% {opacity: 1; filter: alpha(opacity=100);}
	50% {opacity: 1; filter: alpha(opacity=100);}
	75% {opacity: 0; filter: alpha(opacity=0);}
	100% {opacity: 0; filter: alpha(opacity=0);}
}
.sche_b li .s_off{	background: #666; color: #333;}
.sche_b li .s_now{	background: #0066ff;}
.sche_b li .s_tel{	background: #cc9933;}

.sche_b li .s_on,
.sche_b li .s_off,
.sche_b li .s_now,
.sche_b li .s_tel{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}

.sche_b li .icon{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 20px);
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	bottom: 7px;
	left: 7px;
	padding: 3px;
}

.pc_no{	display: none;}
.sp_no{	display: inline;}

.c_time{
	border: 1px solid #6d2a33;
	background: #fff;
	margin: 0 0 4px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.c_time p{
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #6d2a33;
}

.c_time div{
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	background: #c28b8d;
}

.c_area{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: center;
	justify-content: center;
}
.c_area p,
.c_area div{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(50% - 1px);
	height: 25px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #6d2a33;
	background: #fff;
	border-radius: 3px;
	margin: 0 0 2px 0;
	box-shadow:0px 0px 0px 2px #c28b8d inset;
	-moz-box-shadow:0px 0px 0px 2px #c28b8d inset;
	-webkit-box-shadow:0px 0px 0px 2px #c28b8d inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.c_area div.ss_off{
	color: rgba(0,0,0,0.15);
	box-shadow: none;
	background: rgba(0,0,0,0.05);
}

.c_area p span{
}
.c_area p:nth-of-type(odd),.c_area div:nth-of-type(odd){	margin-right: 1px;}
.c_area p:nth-of-type(even),.c_area div:nth-of-type(even){	margin-left: 1px;}


.c_course{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: center;
	justify-content: center;
}
.c_course span{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(50% - 1px);
	height: 25px;
	font-size: 12px;
	line-height: 14px;
	border-radius: 3px;
	margin-bottom: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.c_course span:nth-of-type(odd){	margin-right: 1px;}
.c_course span:nth-of-type(even){	margin-left: 1px;}

.profbox+.profbox{
	margin-top: 6px;
	padding-top: 10px;
	border-top: 1px solid #ffd4dc;
}


.i_type{
	display: inline-block !important;
	vertical-align: top;
	width: 70px !important;
	height: auto !important;
	border-radius: 0 !important;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#cnt{	padding: 0 0 10px 0;}
	/** areabt **/

	.areabt{
		width: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: center;
		justify-content: center;
		margin: 0 0 10px 0;
		padding: 10px 8.5px 0 8.5px;
	}
	.areabt div{
		width: calc(100% / 3 - 3px);
	}
	.areabt a,
	.areabt em{
		position: relative;
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		height: 35px;
		font-size: 11px;
		line-height: 14px;
		margin: 0 1.5px 2px 1.5px;
		padding: 0 2px;
	}

	/** day_select **/
	#day_select{	margin-bottom: 0;}
	#day_select ul{
		padding: 0 0 10px 0;
	}
	#day_select li{
		width: calc(100% / 7);
		font-size: 11px;
		font-weight: normal;
		line-height: 13px;
		margin: 0;
	}
	#day_select li div,
	#day_select li a{
		display: inline-block;
		width: 40px;
		height: 40px;
		padding: 6px 0 0 0;
	}
	#day_select li em{	font-weight: normal;}

	/** sche_a **/
	.sche_a{	padding: 10px;}
	.sche_a .sbox{
		position: relative;
		width: auto;
		margin: 0 0 10px 0;
		padding: 10px;
	}
	.sche_a .sbox:last-of-type{	margin-bottom: 0;}
	.sche_a .sbox_l{	width: 74px;}
	.sche_a .sbox_l .img{
		display: inline-block;
		position: relative;
		overflow: hidden;
		padding: 2px;
	}
	.sche_a .sbox_l .img img{
		width: 60px;
		height: 80px;
	}
	.sche_a .sbox_l .icon{
		width: calc(100% - 6px);
		font-size: 10px;
		line-height: 10px;
		position: absolute;
		bottom: 3px;
		left: 3px;
		border-radius: 1px;
		padding: 1px 0;
	}
	.sche_a .sbox_r{	padding: 2px 0 0 0;}
	.sche_a .sbox_r p{
		display: block;
		font-size: 12px;
		line-height: 20px;
		margin: 0;
		padding: 3px 0 3px 0;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
	}
	.sche_a .sbox_r p a{
		font-size: 16px;
		font-weight: bold;
	}
	.sche_a .sbox_r p:nth-of-type(1){	margin-right: 0;}
	.sche_a .sbox table{
		width: 100%;
		height: 80px;
		font-size: 11px;
		line-height: 12px;
		margin: 10px 0 0 0;
		position: static;
	}
	.sche_a .sbox th{	height: 30px;}
	.sche_a .sbox th br{	display: inline;}
	.sche_a .sbox td{
		font-size: 11px;
		line-height: 12px;
	}

	/** sche_b **/
	.sche_b{
		width: auto;
		text-align: center;
		margin: 0;
		padding: 0 5px;
	}
	.sche_b li{
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 2 - 20px);
		margin: 0 5px 10px 5px !important;
		padding: 5px;
	}
	.sche_b li .img{
		position: relative;
	}
	.sche_b li .img .fade{
	}
	.sche_b li .img a{
		width: 100%;
	}
	.sche_b li .img a > img{
		width: 100%;
		height: auto;
	}
	.sche_b li .txt{
		font-size: 12px;
		line-height: 14px;
		padding: 5px 0 4px 0;
	}
	.sche_b li .txt a{
		display: inline-block;
		font-size: 13px;
		margin: 0 0 4px 0;
	}
	.sche_b li .txt i{
		font-size: 12px;
	}
	.sche_b li .s_on,
	.sche_b li .s_off,
	.sche_b li .s_now,
	.sche_b li .s_tel{
		width: 100%;
		font-size: 10px;
		line-height: 16px;
	}
	.sche_b li .s_on{}
	.sche_b li .s_on span{
		width: 100%;
		font-size: 10px;
		font-weight: bold;
		line-height: 16px;
	}
	.sche_b li .icon{
		width: calc(100% - 6px);
		font-size: 10px;
		line-height: 12px;
		padding: 1px 0;
		position: absolute;
		bottom: 3px;
		left: 3px;
	}
	.pc_no{	display: inline;}
	.sp_no{	display: none;}

	.c_time{
		margin: 0 0 3px 0;
	}
	.c_time p{
		font-size: 13px;
		line-height: 16px;
	}
	.c_time div{
		font-size: 13px;
		line-height: 18px;
	}
	.c_area{
		margin: 0 0 3px 0;
	}
	.c_area p,
	.c_area div{
		position: relative;
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: calc(50% - 1px);
		height: 28px;
		font-size: 10px;
		line-height: 10px;
		padding: 0 2px;
	}
	.c_area p span{
	}
	.c_area p:nth-of-type(odd),.c_area div:nth-of-type(odd){	margin-right: 1px;}
	.c_area p:nth-of-type(even),.c_area div:nth-of-type(even){	margin-left: 1px;}
	.c_course{
		font-size: 0;
		line-height: 0;
	}
	.c_course span{
		width: calc(50% - 1px);
		font-size: 10px;
		line-height: 18px;
		border-radius: 3px;
		margin-bottom: 2px;
	}
	.c_course span:nth-of-type(odd){	margin-right: 1px;}
	.c_course span:nth-of-type(even){	margin-left: 1px;}
	.profbox+.profbox{
		margin-top: 3px;
		padding-top: 5px;
	}
}