﻿/*	.timetable
============================== */
.timetable {
	position:relative;
}
.timetable:before {
	content:"";
	background-color:hsla(0,100%,100%,0.6);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	-webkit-transform:skewY(-5deg);
	transform:skewY(-5deg);
	z-index:-1;
}
.timetable article {
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.timetable > article > header {
	text-align:center;
}
.timetable > article > header h2 {
	color:#000;
	line-height:1.5;
	margin-bottom:0.5em;
}
.timetable > article > header p {
	color:#c00;
	line-height:1.5;
	font-weight:bold;
}
.timetable > article > header p > span {
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(0,0%,100%,0.5)), to(hsla(0,0%,100%,0.5)));
	background-image: linear-gradient(transparent 50%, hsla(0,0%,100%,0.5) 50%);
}
.timetable > article > header h2:before {
	content:"";
	display:inline-block;
	background-image:url(../img/h2_logo_blk.png);
	background-repeat:no-repeat;
	background-size:cover;
	margin-right:10px;
}
.timetable article > div.inner > div.h3-header {
	margin-bottom:1.5em;
}
.timetable > article > div.inner > div.h3-header > h3 {
	text-align:center;
	line-height:1.5;
	margin-bottom:0.25em;
}
.timetable article > div.inner > div.h3-header > h3 > span {
	display:inline-block;
}
.timetable article > div.inner > div.h3-header > h3 > span {
	color:#c00;
	background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(0.5, transparent), color-stop(0.5, hsla(0,0%,100%,0.5)), to(hsla(0,0%,100%,0.5)));
	background-image: linear-gradient(transparent 50%, hsla(0,0%,100%,0.5) 50%);
}
.timetable article p {
	/**/
	color:#000;
	/**/
	line-height:1.25;
	margin-bottom:0.5em;
	text-align:center;
}
.timetable article p:not(:last-child) {
	margin-bottom:1.5em;
}
.timetable article p.etc {
	font-weight:bold;
	color:#ff00b4;
	line-height:1.5;
}
@media all and (min-width: 768px) {
.timetable {
}
.timetable article {
	max-width:1080px;
	margin:0 auto;
	padding:40px 50px;
}
.timetable > article > header {
	margin-bottom:40px;
}
.timetable > article > header h2 {
	font-size:250%;
}
.timetable > article > header p {
	font-size:200%;
}
.timetable > article > header h2:before {
	width:65px;
	height:84px;
	margin-bottom:-0.5em;
}
.timetable article > div.inner > div.h3-header > h3 {
	font-size:200%;
}

.timetable article p.etc {
	font-size:150%;
}
}
@media all and (max-width: 767px) {
.timetable {
	margin-bottom:-30px;
}
.timetable article {
	padding:20px 6px;
}
.timetable > article > header {
	margin-bottom:20px;
}
.timetable > article > header h2 {
	font-size:6vw;
}
.timetable > article > header p {
	font-size:4vw;
}
.timetable > article > header h2:before {
	width:50px;
	height:64px;
	margin-bottom:-0.5em;
}
.timetable article > div.inner > div.h3-header > h3 {
	font-size:150%;
}
.timetable article p {
	font-size:87.5%;
}
.timetable article p.etc {
	font-size:100%;
}
}
@media all and (min-width: 375px) and (max-width: 767px) {
}
@media all and (max-width: 374px) {
}

/*	.mrk
============================== */
.timetable .mrk {
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background-color:#c00;
	font-weight:bold;
}
.timetable a.mrk {
	margin-top:6px;
	color:#ccff2c;
	background-color:#ff2cae;
}
.timetable a.mrk:hover {
	color:#ccff2c;
	background-color:#db0489;
}
@media all and (min-width: 768px) {
.timetable .mrk {
	font-size:14px;
	line-height:24px;
	height:24px;
	padding:0 12px;
	border-radius:12px;
}
.timetable a.mrk {
	font-size:20px;
	line-height:40px;
	height:40px;
	padding:0 20px;
	border-radius:20px;
}
}
@media all and (max-width: 767px) {
.timetable .mrk {
	font-size:12px;
	line-height:18px;
	height:18px;
	padding:0 9px;
	border-radius:9px;
}
.timetable a.mrk {
	font-size:16px;
	line-height:32px;
	height:32px;
	padding:0 16px;
	border-radius:16px;
}
}
@media all and (min-width: 375px) and (max-width: 767px) {
}
@media all and (max-width: 374px) {
}


/*
============================== */
.timetable > article > div.inner > section.unit-ttble {
/*	background-image:url(../img/bg_white.svg); */
	background-repeat:no-repeat;
	background-color:hsla(0,0%,100%,0.7);
	background-size:70%;
	background-position:right bottom;
	text-align:center;
}
.timetable > article > div.inner > section.unit-ttble h4,
.timetable > article > div.inner > section.unit-ttble h5 {
	line-height:1.25;
	padding:0.25em;
	color:#fff;
	background-color:#c00;
}
.timetable > article > div.inner > section.unit-ttble h4 > b {
	color:#a4ff54;
}
.timetable > article > div.inner > section.unit-ttble h5 {
	margin-bottom:1em;
}
.timetable > article > div.inner > section.unit-ttble h5 b {
	color:#ffd0fa;
}
.timetable > article > div.inner > section.unit-ttble {
	color:hsla(35,78%,42%,1);
	line-height:1.5;
}
.timetable > article > div.inner > section.unit-ttble dl:not(:last-child) {
	margin-bottom:1.5em;
}
.timetable > article > div.inner > section.unit-ttble > dl > dt {
	font-weight:bold;
	font-weight:700;
	color:#000;
}
.timetable > article > div.inner > section.unit-ttble > section dl dt {
	font-weight:bold;
	color:#000;
}
.timetable > article > div.inner > section.unit-ttble dl dd:not(:last-child) {
	margin-bottom:1em;
	font-weight:500;
}
.timetable > article > div.inner > section.unit-ttble ul li {
	line-height:1.5;
}
.timetable > article > div.inner > section.unit-ttble ul li:not(:last-child) {
	margin-bottom:0.5em;
}
.timetable > article > div.inner > section.unit-ttble ul:not(:last-child) {
	margin-bottom:1.5em;
}
.timetable > article > div.inner > section.unit-ttble > section {
	border-bottom:2px solid #c00;
	border-right:2px solid #c00;
	border-left:2px solid #c00;
}
@media all and (min-width: 768px) {
.timetable > article > div.inner {
	margin-bottom:40px;
}
.timetable > article > div.inner > section.unit-ttble {
	padding:0 30px 30px;
}
.timetable > article > div.inner > section.unit-ttble:not(:last-child) {
/*	margin-bottom:40px; */
}
.timetable > article > div.inner > section.unit-ttble h4 {
	font-size:150%;
	margin:0 -30px 30px;
}
.timetable > article > div.inner > section.unit-ttble dl dt,
.timetable > article > div.inner > section.unit-ttble ul li {
	font-size:125%;
}
.timetable > article > div.inner > section.unit-ttble h5 {
	font-size:125%;
}
.timetable > article > div.inner > section.unit-ttble dl dd,
.timetable > article > div.inner > section.unit-ttble ul li {
	font-size:112.5%;
}
.timetable > article > div.inner > section.unit-ttble > section {
	padding:0 30px 30px;
}
.timetable > article > div.inner > section.unit-ttble > section:not(:last-child) {
	margin-bottom:40px;
}
.timetable > article > div.inner > section.unit-ttble > section > h5 {
	margin:0 -30px 30px;
}
}
@media all and (max-width: 767px) {
.timetable > article > div.inner {
	margin-bottom:20px;
}
.timetable > article > div.inner > section.unit-ttble {
	padding:0 15px 15px;
}
.timetable > article > div.inner > section.unit-ttble:not(:last-child) {
/*	margin-bottom:20px; */
}
.timetable > article > div.inner > section.unit-ttble h4 {
	font-size:125%;
	margin:0 -15px 15px;
}
.timetable > article > div.inner > section.unit-ttble h5 {
	font-size:112.5%;
}
.timetable > article > div.inner > section.unit-ttble dl dd,
.timetable > article > div.inner > section.unit-ttble ul li {
	font-size:87.5%;
}
.timetable > article > div.inner > section.unit-ttble > section {
	padding:0 15px 15px;
}
.timetable > article > div.inner > section.unit-ttble > section:not(:last-child) {
	margin-bottom:20px;
}
.timetable > article > div.inner > section.unit-ttble > section > h5 {
	margin:0 -15px 15px;
}
}



/* @keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
div.sp-guest {
  background: -webkit-linear-gradient(170deg, rgb(0, 204, 255) 0%, rgb(0, 144, 255) 20%, rgb(51, 254, 224) 39%, rgb(114, 234, 255) 60%, rgb(78, 224, 255) 84%);
  background: -o-linear-gradient(170deg, rgb(0, 204, 255) 0%, rgb(0, 144, 255) 20%, rgb(51, 254, 224) 39%, rgb(114, 234, 255) 60%, rgb(78, 224, 255) 84%);
  background: -ms-linear-gradient(170deg, rgb(0, 204, 255) 0%, rgb(0, 144, 255) 20%, rgb(51, 254, 224) 39%, rgb(114, 234, 255) 60%, rgb(78, 224, 255) 84%);
  background: -moz-linear-gradient(170deg, rgb(0, 204, 255) 0%, rgb(0, 144, 255) 20%, rgb(51, 254, 224) 39%, rgb(114, 234, 255) 60%, rgb(78, 224, 255) 84%);
  background: linear-gradient(170deg, rgb(0, 204, 255) 0%, rgb(0, 144, 255) 20%, rgb(51, 254, 224) 39%, rgb(114, 234, 255) 60%, rgb(78, 224, 255) 84%);
  background-size: 5000vw;
  -webkit-animation: bggradient 8s ease infinite;
  -moz-animation: bggradient 8s ease infinite;
  animation: bggradient 8s ease infinite;
} */
div.sp-guest p {
font-family: fot-tsukuardgothic-std, sans-serif;
font-style: normal;
	font-weight:700;
	line-height:1.5;
	margin-bottom:0 !important;
}
div.sp-guest p:first-child {
	color:#ff4e00;
	text-shadow:1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 2px 2px 0 #fff;
}
div.sp-guest p:last-child {
	color:#ff4ee0;
	text-shadow:1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 2px 2px 0 #fff;
}
div.sp-guest p:last-child > span {
	display:block;
	line-height:1.25;
}
@media all and (min-width: 768px) {
div.sp-guest {
	padding:50px 30px;
	-webkit-box-shadow:hsla(0,0%,100%,1) 0 0 80px 0 inset;
	box-shadow:hsla(0,0%,100%,1) 0 0 80px 0 inset;
	margin-bottom:40px;
	border:#90eaff solid 6px;
}
div.sp-guest p {
	font-size:300%;
}
}
@media all and (max-width: 767px) {
div.sp-guest {
	padding:24px 12px;
	-webkit-box-shadow:hsla(0,0%,100%,1) 0 0 30px 0 inset;
	box-shadow:hsla(0,0%,100%,1) 0 0 30px 0 inset;
	margin-bottom:30px;
	border:#90eaff solid 3px;
}
div.sp-guest p {
	font-size:5.5vw;
}
}