@charset "utf-8";

/******************** date ********************/
#day_select {
	height: 60px;
	margin: 0 auto 30px;
}
#day_select ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#day_select li {
	text-align: center;
	font-size: 16px;
	margin: 0 15px;
	line-height: 120%;
	display: block;
}
#day_select li a, #day_select li div {
	width: 60px;
	height: 60px;
	padding: 10px;
	font-weight: bold;
}
#day_select li div {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #000;
	color: #e8db8a;
	text-align: center;
	border: 1px solid #e8db8a;
}
#day_select li a {
	color: #fff;
	background: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
#day_select li a:hover, #day_select li a:focus, #day_select li a:active {
	border: 1px solid #e8db8a;
	color: #e8db8a;
}
#day_select li .today {
	font-size: 12px;
}
#day_select li a:hover {
	text-decoration	: none;
}
.small {
	font-size: 12px;
}
/******************** schedule ********************/
ul.schedule {
	text-align: left;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -23px 40px 15px;
}
ul.schedule li {
	background: url(/wp-content/uploads/2025/04/schedule_bg.png) no-repeat;
	width: 195px;
	height: 370px;
	border-bottom: 1px solid #886832;
	text-align: center;
	margin-right: 23px;
	margin-bottom: 20px;
}
.shift_time {
	display: block;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	margin: 0 1px;
	padding-top: 2px;
	color: #fff;
}
ul.schedule li a {
	display: block;
	color: #000;
}
ul.schedule li a:hover {
	cursor: pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity: 0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity: 0.6;
	zoom: 1;
}
ul.schedule dt {
	clear: both;
	margin: 0 auto;
	text-align: center;
	margin: 0 7px;
	height: 247px;
}
ul.schedule dt img {
	width: 180px;
	height: 240px;
}
ul.schedule .new {
	display: block;
	background: url(/wp-content/uploads/2025/04/new.png) no-repeat bottom right;
	text-indent: -1000px;
	overflow: hidden;
	width: 181px;
	height: 240px;
	position: relative;
	margin-top: -246px;
	cursor: hand;
}
ul.schedule dd {
	font-size: 18px;
}
ul.schedule dd .type {
	font-size: 12px;
	color: #b69c4c;
	padding: 6px 8px;
	line-height: 150%;
	display: block;
	height: 20px;
}
ul.schedule dd .size {
	font-size: 12px;
	color: #00c3a6;
	font-weight: bold;
}


/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}

@media screen and (min-width: 320px) and (max-width: 650px){
}

