@charset "UTF-8";

/* ヘッダ */
header {
    background: none;
}
header.white {
    background: rgba(255,255,255,0.8);
}

/* タイトル */
article.pagetitle_area {
	background: url("../../live/images/head_img2026.jpg") no-repeat 93% top;
    background-size: cover;
}
section article.schedule > div {
  margin: 30px auto 50px;
}

/* 背景*/
#allcontents {
	background: url("../../live/images/back_img2026.jpg") repeat-y center 160px;
	background-size: contain;
	-webkit-box-flex: 1;
	flex-grow: 1;
    position: relative;
}
#allcontents:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("../../live/images/back_dot.png");
//	background-size: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	mix-blend-mode: soft-light;
    z-index: 2;
    pointer-events: none;
}

/* スケジュール*/
.schedule {
	position: relative;
}
.schedule * {
}
.schedule h2 {
	font-family: "Albert Sans", sans-serif;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1em;
}
.schedule .detail_link a {
	padding: 0.3em 0.5em 0.3em 1em;
	border: solid 1px #545454;
	width: 10em;
	margin: 0 auto 1em;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none;
}
.schedule .detail_link a span {
}
.schedule .detail_link a:hover {
	color: #000;
    border-color: #000;
    text-decoration: none;
    box-shadow: 0px 0px 0px 1px #000;
    -webkit-box-shadow: 0px 0px 0px 1px #000;
    -moz-box-shadow: 0px 0px 0px 1px #000;
    -o-box-shadow: 0px 0px 0px 1px #000;
    -ms-box-shadow: 0px 0px 0px 1px #000;
}
.schedule table {
	font-size: 1.6rem;
	width: 100%;
}
.schedule table * {
	font-family: "Albert Sans", "Zen Kaku Gothic New", sans-serif;
}
.schedule table th {
	font-weight: 500;
	text-align: left;
	width: 8em;
	vertical-align: top;
	padding: 0.5em 0.5em 0.5em 0;
	white-space: nowrap;
	border-bottom: solid 1px #fff;
}
.schedule table th small {
	padding-left: 0.3em;
	font-weight: 500;
}
.schedule table td {
	text-align: left;
	vertical-align: top;
	padding: 0.5em 0;
	border-bottom: solid 1px #fff;
}
.schedule table tr:last-child td,
.schedule table tr:last-child th {
	border-bottom: none;
}

@media (min-width: 375px) {
/* 背景*/
section {
//	background-position: center 175px;
}
}

@media (min-width: 768px) {
  /* タイトル */
article.pagetitle_area {
    background-position: right top;
}
section article.schedule > div {
  margin: 50px auto 70px;
}
/* 背景*/
section {
	background-position: center 260px;
}
/* スケジュール*/
.schedule * {
}
.schedule h2 {
	font-size: 2.4rem;
}
.schedule table {
	font-size: 1.8rem;
}
.schedule table th {
	padding: 0.8em 1em 0.8em 0;
}
.schedule table th small {
	padding-left: 0.5em;
}
.schedule table td {
	padding: 0.8em 0;
}
}

@media (min-width: 1200px) {
section article.schedule > div {
  margin: 100px auto;
}

/* スケジュール*/
.schedule h2 {
	font-size: 3rem;
}
.schedule table {
	font-size: 2rem;
}
}

@media (min-width: 1250px) {
}

@media (min-width: 2000px) {
}

