@charset "utf-8";
/******************** schedule ********************/
div#shop_area {
	padding: 8px;
	margin-bottom: 15px;
}
#head-link{
	display:none;
}
/********************/
h3 {
	-webkit-border-top-left-radius: 0px;  
	-webkit-border-top-right-radius: 10px;  
	-webkit-border-bottom-right-radius: 10px;  
	-webkit-border-bottom-left-radius: 0px;  
	-moz-border-radius-topleft: 0px;  
	-moz-border-radius-topright: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomleft: 0px;
	width: 200px;
	color: #fff;
	padding: 2px 10px;
	font-weight: bold;
}
h3.tab_newface {
	background: #ff9032;
}
h3.tab_one {
	background: #f6b;
	margin-top:20px;
}
h3.tab_oka {
	background: #6bf;
	margin-top:20px;
}
h3.tab_oba {
	background: #b6f;
	margin-top:20px;
}

/********************/
ul.schedule, ul.schedule_newface {
	display: table-cell;
	margin: 8px 0 20px;
}
ul.schedule li, ul.schedule_newface li {
	height: 170px;
	display: table-cell;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0 0 10px 5px;
	width:95px;
}
ul.schedule_newface li {
	height: 220px;
	border: 1px solid #ff7500;
	background-color:#b8dc4b;
}

}
.shift {
	display: block;
	font-weight: bold;
	background: #f5f5f5;
	width: 95px;
	overflow: hidden;
	white-space: nowrap;
	padding: 2px 0 3px;
	font-size: 90%;
}
.shift span {
	letter-spacing: -0.1em;
}
ul.schedule_newface .shift {
	line-height: 175%;
	background: #ffead9;
	color:#000;
}
img.pic {
	margin: 0 auto;
	width: 80px;
	height: 120px;
}
img.covid {
    width: 30px !important;
    height: auto !important;
    border: none !important;
    position: relative !important;
    top: -30px !important;
    left: -50px !important;
    margin: 0 0 -30px -30px !important;
}
.name {
	display: block;
	line-height: 110%;
	margin: 0 0 5px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	top: 0;
	right: -4px;
	width: 90px;
}
.name {
	font-weight: bold;
	margin-top:5px;
}
.age {
	margin-left: -5px;
	font-weight: normal;
	font-size: 12px;
}
.taiken {
	width: 95px;
	height: 24px;
	overflow: hidden;
	display: block;
	color: #f01;
	font-size: 12px;
	line-height: 100%;
}
.new {
	margin: -9px 0 0 -21px;
}
.oyasumi {
	display: block;
	width: 95px;
	overflow: hidden;
	white-space: nowrap;
	padding: 3px 0 0px;
	font-size: 90%;
	height: 33px;
	line-height: 130%;
	background: #b8dc4b;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #890;
}
#box .schedule img.new{
	width:21px!important;
	height:9px!important;
}

#schedule_area{
	margin-bottom:20px;
}
#box .sp{
	margin-top:20px;
}
#box .week.sp{
	margin-top:0px!important;
}
#box img.pic{
	width: 80px;
        height: 120px;
}

/******************** week ********************/
ul.week {
	padding: 0 10px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.week li {
	margin: 0 1px;
	padding: 0;
	width:11%;
	border:1px solid #888;
	font-size:10px;
}
ul.week li.past {
	padding-top:5px;
}

#common ul.week li span,
#common ul.week li a,
#common ul.week li.current a {
	display: block;
	margin-bottom: 5px;
	padding: 6px 2px;
	background: #fff url(/wp-content/uploads/2025/08/list_bg.png) repeat-x bottom;
/*
	border: 1px solid #888;
*/
	text-decoration: none;
	vertical-align: middle;
	line-height: 130%;
	color: #444;
}
#common ul.week li.current a {
	background: #fff;
}
#common ul.week li span {
	color: #ccc;
}
#common ul.week li a:hover {
	background: #eee;
	color: #09f;
}
#common ul.week li.current a:hover {
	background: #fff;
	color: #444;
}

.icon_newface{
	color:#fff;
	background: #ff9032;
	text-align:left;
	width:200px;
	padding:5px 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
}

.namae{
	display:none!important;
}
.namae img{
	display:none!important;
}
.comment{
	display:none!important;
}

/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/