@charset "UTF-8";
@import "../../include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

#title {
	margin-bottom: 40px;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about h2 {
	margin: 0 20px 20px;
	text-align: left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 5vmin;
	line-height: 1.4;
	color: #d57d7a;
}

#about .article {
	margin-bottom: 20px;
	background: #f0e7e5;
}

#about .article ul {
	padding: 30px 20px;
	text-align: left;
}

#about .article li {
	margin-left: 2em;
	list-style: disc;
}

#about .article figure {
	margin: 0 10px;
}

/* ---------------------------------------------------------
	CSS Document schedule
--------------------------------------------------------- */

#schedule {
	margin: 0 20px;
}

#schedule h2 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 5vmin;
	color: #96835e;
}

#schedule .td {
	margin-bottom: 15px;
	text-align: left;
	font-size: 3vmin;
}

#schedule .td {
	display: table;
	width: 100%;
	border-top: solid 1px #d6d6d5;
}

#schedule .td dl {
	display: table-row;
}

#schedule .td dt {
	display: table-cell;
	vertical-align: middle;
	width: 7em;
	border: solid 1px #d6d6d5;
	border-top: 0;
	background: #f3f3f2;
	text-align: center;
}

#schedule .td dd {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	padding-left: 10px;
	border: solid 1px #d6d6d5;
	border-top: 0;
	border-left: 0;
	text-align: left;
}

#schedule .td dd span {
	color: #cb0101;
}
#schedule .td dd span.closed {
	color: #333;
}

#schedule .td dd a:not(.normal) {
	display: block;
	width: calc(100% - 5px);
	height: 32px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f18931;
	background: -moz-linear-gradient(top,  #f18931 0%, #e1655e 100%);
	background: -webkit-linear-gradient(top,  #f18931 0%,#e1655e 100%);
	background: linear-gradient(to bottom,  #f18931 0%,#e1655e 100%);
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	color: #fff;
}
#note {
	text-align: left;
	margin: 0 20px;
}
