@charset "utf-8";
/*
CSS Information
 File name:      schedule.css
 Author:         Administrator
 Style Info:     /sp/schedule.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */

/* #door
********************************** */

#content section {
	position: relative;
}

#content section h1.title {
	height: 40px;
	line-height: 40px;
}

#content section h2 {
	padding: 10px;
	font-size: 108%;
	font-weight: bold;
}

#content ul.nextBackBtn {
	position: absolute;
	top: 5px;
	right: 10px;
}

#content ul.nextBackBtn li{
	display: inline-block;
	border: solid 1px #000099;
	background: #fff;
}

#content ul.nextBackBtn li a {
	display: block;
	padding: 8px;
	color: #000066;
}
#content .changeView {
	display: inline-block;
	position: absolute;
	top: 50px;
	right: 10px;
	padding: 5px;
	border: solid 1px #000099;
	background: #fff;
	color: #000000;
}
#content .chainLink {
	padding: 5px 10px;
}
#content .chainLink a {
	display: inline-block;
	padding: 5px;
	border: solid 1px #000099;
	background: #fff;
	color: #000000;
}





.sch_list02 {
	display: flex;
	flex-wrap: wrap;
}
.sche_right {
	padding: 3px;
}

#content ul.profile {
	margin: 0 auto;
	width: 95%;
}

#content ul.profile li{
	position: relative;
	margin: 0 5px 10px 0;
	padding-bottom: 5px;
	width: calc((100% / 3) - 4px);
	box-sizing:border-box;
	border: solid 1px #000099;
}

#content ul.profile li:nth-of-type(3n) {
	margin-right: 0;
}

#content ul.profile li a{
	display: block;
	text-align: center;
	font-size: 85%;
	color: #000000;

}

#content ul.profile li span.photo {
	display: block;
	margin: 4px auto 2px;
	width: 84px;
	height: 112px;
	overflow: hidden;
    position: relative;
}
#content ul.profile li span.photo .icon_dialect {
    vertical-align: top;
    position: absolute;
    bottom: 0;
    left: 0;
}

#content ul.profile li img {
	width: auto;
	height: auto;
	max-width: 84px;
	max-height: 112px;
	vertical-align: top;
}

#content ul.profile li p {
	text-align: center;
}

#content ul.profile li em {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	font-style: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	color: #000066;
}

#content ul.profile li span.size {
	margin: 0 1px 5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#content ul.profile li span.cap {
	display: block;
	margin: 0 auto 5px;
	padding: 3px 0;
	text-align: center;
}







/* chainlink chainlink chainlink chainlink chainlink chainlink */
#content .chainLink2 {
	padding: 5px 0 5px 8px;
	display: inline-block;
}
#content .chainLink2 a {
	display: inline-block;
	padding: 5px;
	border: solid 1px #000099;
	background: #fff;
	color: #000000;
}

/* callTime callTime callTime callTime callTime callTime */
.callTime {
	padding: 0 0 10px 10px;
}


/* 予約システム */
.reserve_icon {
	display: block;
	margin: 2px 0 0 0;
	line-height: 1.5;
	color: #ffffff;
	background: #ed7d31;
	padding: 2px 5px;
	font-size: 3.5vw;
}
.monopoly_icon {
	display: block;
	margin: 2px;
	line-height: 1.5;
	color: #ffffff;
	font-size: 77%;
	background: #c4a126;
}
.special_icon {
	display: block;
	margin: 2px;
	line-height: 1.5;
	color: #ffffff;
	font-size: 77%;
	background: #eb68b2;
}

