@charset "utf-8";

/*********************************************************************
 *
 *  For TICKET
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {
/* ticket */
/* --------------------------------------------------------------------------- */
#ticket {
	/*margin-bottom:100px;*/
	margin-bottom: 0px;
}
#ticket h3 {
	margin: 0 auto 20px;
	width: 470px;
}
#ticket .information h4 {
	margin: 0 auto;
	width: 792px;
}
#ticket .information .desc {
	font-size: 2.4rem;
	color: #595757;
	text-align: center;
}
#ticket .information .desc {
	margin-bottom: 90px;
	font-size: 2.2rem;
	color: #595757;
	text-align: center;
}
#ticket .information .desc2 {
	margin-bottom: 90px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #595757;
	text-align: center;
}
#ticket .information .desc3 {
	margin-bottom: 30px;
	font-size: 3.5rem;
	font-weight: bold;
	color: #595757;
	text-align: center;
}
#ticket .information .desc4 {
	margin-bottom: 90px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #595757;
	text-align: center;
}
#ticket .information .desc_pink {
	margin-bottom: 50px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	color: #ed77b5;
	text-align: center;
}
#ticket .information .desc h5 {
	font-size: 2.4rem;
	font-weight: bold;
}
#ticket .information .area {
	margin: 50px auto 30px;
	width: 800px;
}
.textdecoration_linethrough{
    text-decoration: line-through !important;
}
.alert {
color: #ff0000 !important;
    font-weight: bold !important;
	font-size: 2rem;
	}
.gray_b01 {
	width: 810px !important;
	margin: 0 auto;
	background: #4a4a4a;
	opacity: 0.7;
	height: 120px;
	position: absolute;
	top: 14%;
	left: 13%;
}
.gray_b01::before {
	content: "SOLD OUT";
	color: #fff;
	font-size: 39px;
	letter-spacing: 6px;
	position: absolute;
	top: 24%;
	left: 34%;
	z-index: 100;
	width: 100%;
}
.gray_b02 {
	width: 810px !important;
	margin: 0 auto;
	background: #4a4a4a;
	opacity: 0.7;
	height: 70px;
	position: absolute;
	top: 36%;
	left: 13%;
}
.gray_b02::before {
	content: "SOLD OUT";
	color: #fff;
	font-size: 39px;
	letter-spacing: 6px;
	position: absolute;
	top: 6%;
	left: 34%;
	z-index: 100;
	width: 100%;
}
.gray_b03 {
	width: 810px !important;
	margin: 0 auto;
	background: #4a4a4a;
	opacity: 0.7;
	height: 70px;
	position: absolute;
	top: 50.5%;
	left: 13%;
}
.gray_b03::before {
	content: "SOLD OUT";
	color: #fff;
	font-size: 39px;
	letter-spacing: 6px;
	position: absolute;
	top: 6%;
	left: 34%;
	z-index: 100;
	width: 100%;
}
#ticket .info_logo {
	margin: 0 auto;
	width: 297px;
}
#ticket .information h4.info_01 {
	width: 65%;
	margin: 0 auto;
}
#ticket .information h4.info_02 {
	width: 65%;
	margin: 0 auto;
}
#ticket .information h4.info_03 {
	width: 65%;
}
#ticket .tk_info {
	position: relative;
}
#ticket .tk_info:nth-child(3) {
	padding-top: 20px;
	padding-bottom: 20px;
}
#ticket .info_bt_01 {
	width: 430px;
	position: absolute;
	bottom: 16%;
	left: 50%;
	transform: translate(-50%, 0);
}
#ticket .info_bt_01_seven {
	width: 430px;
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translate(-50%, 0);
}
#ticket .info_bt_02 {
	width: 430px;
	position: absolute;
	bottom: 12%;
	left: 50%;
	transform: translate(-50%, 0);
}
#ticket .info_bt_02_seven {
	width: 430px;
	position: absolute;
	bottom: 6%;
	left: 50%;
	transform: translate(-50%, 0);
}
#ticket .info_bt_03 {
	width: 430px;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
}
#ticket .info_bt_03_seven {
	width: 430px;
	position: absolute;
	bottom: 9%;
	left: 50%;
	transform: translate(-50%, 0);
}
#ticket .eOp {
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
}
.tento {
	width: 750px;
	margin: 0 auto;
	margin-top: 40px;
}
/* view */
/* --------------------------------------------------------------------------- */
#view {
	margin-bottom: 60px;
}
#view h3 {
	margin: 0 auto;
	width: 870px;
	padding-left: 0;
}
#view ul {
	width: 60%;
	margin: 0 auto;
}
#view ul li {
	width: 100%;
	margin-bottom: 60px;
}
#view ul li img {
}
/* adv */
/* --------------------------------------------------------------------------- */
#adv {
	margin-bottom: 100px;
}
#adv h3 {
	margin: 0 auto;
	width: 500px;
	padding-left: 0;
}
#adv .list {
	margin: 0 auto;
	width: 800px;
}
#adv .list tr {
	border-bottom: 1px dashed #868686;
}
#adv .list tr:last-child {
	border-bottom: none;
}
#adv .list th {
	padding: 25px 0;
	font-size: 2.5rem;
	font-weight: bold;
	vertical-align: top;
}
#adv .list th p {
	font-size: 1.4rem;
	font-weight: bold;
}
#adv .list td {
	padding: 25px 0;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
#adv .ice_br {
	width: 483px;
	padding-top: 8px;
}
#adv .tyu {
	margin: 0 auto;
	width: 800px;
	padding-top: 30px;
}
#adv .tyu h4 {
	font-size: 2.5rem;
	font-weight: bold;
}
#adv .tyu p {
	font-size: 1.4rem;
	font-weight: bold;
}
#adv .tyu a {
	font-size: 1.5rem;
	color: #b69d10;
}
#adv .btn {
	display: block;
	width: 600px;
	margin: 20px auto 2px;
	padding-top: 4px;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background-color: #e4007f;
	filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
	/* border-radius */
	border-radius: 10px;
	transition: all 0.2s;
}
#adv .btn:hover {
	opacity: 0.9;
	box-shadow: none;
	margin-top: 22px;
	margin-bottom: 0;
}
/* day */
/* --------------------------------------------------------------------------- */
#day {
	margin-bottom: 100px;
}
#day h3 {
	margin: 0 auto 10px;
	width: 802px;
	padding-left: 0;
}
#day .desc {
	font-size: 1.6rem;
	font-weight: bold;
	color: #595757;
	margin: 0 auto;
	width: 800px;
}
#day .list {
	margin: 0 auto;
	width: 800px;
}
/*#day .list tr {
	border-bottom:1px dashed #868686;
}*/

#day .list th {
	padding: 25px 0;
	font-size: 2.0rem;
	font-weight: bold;
	vertical-align: top;
}
#day .list th p {
	font-size: 1.4rem;
	font-weight: bold;
}
#day .list td {
	padding: 25px 0;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
/* schedule */
/* --------------------------------------------------------------------------- */
#schedule {
}
#schedule h3 {
	margin: 0 auto 40px;
	width: 500px;
	padding-left: 0;
}
#schedule .list {
	margin: 0 auto;
	width: 858px;
}
#schedule .list p {
	margin: 0 50px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
#schedule .list p.seven_btn {
	border-top: 0px;
}
#schedule .list li {
	position: relative;
	padding: 30px 0 36px;
	margin-bottom: 40px;
	border-radius: 15px;
	background-color: #FFF;
	filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
}
#schedule .list li {
}
/*
#schedule .list li:nth-child(-n + 2){
	margin-bottom:40px;
	padding:20px 0;
	border:2px solid #000;
	border-radius:15px;
	background-color:#FFF;
}
*/

/*#schedule .list li h4 {
	width: 90%;
	margin: 0 auto 15px;
}*/
#schedule .list li h5 {
	width: 100%;
}
#schedule .list li h5 img {
	vertical-align: middle;
}
#schedule .list li .ticon {
	display: inline-block;
	width: 16%;
}
#schedule .list li .ticon2 {
	display: inline-block;
	width: 11%;
}
#schedule .list li .ticon4 {
	display: inline-block;
	width: 9%;
}
#schedule .list li .ticon5 {
	display: inline-block;
	width: 22%;
}
#schedule .list li h5 .btnicon {
	margin: 0 20px;
	line-height: 40px;
}
#schedule .list li .btn {
	display: block;
	padding-top: 4px;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	transition: all 0.2s;
	margin: 6px auto 6px;
	background-color: #e4007f;
	filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
}
#schedule .list p {
	margin: 20px auto 2px;
	width: 600px;
}
#schedule .list li .btn:hover {
	opacity: 0.9;
	box-shadow: none;
	margin: 2px auto -2px;
}
#schedule .list li .seven_btn {
	margin: 10px auto 2px;
	width: 600px;
}
#schedule .list li .seven_btn .btn {
	display: block;
	padding-top: 4px;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background-color: #00713e;
	/* box-shadow */
	filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
	/* border-radius */
	border-radius: 10px;
	transition: all 0.2s;
}
#schedule .list li .btn:hover {
	opacity: 0.9;
	box-shadow: none;
	margin: 2px auto -2px;
}
#schedule .list li .btnfin {
	display: block;
	/* margin: 0 20px; */
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background-color: #6e5c97;
	position: absolute;
	top: 65%;
	left: 3%;
	width: 94%;
}
#schedule .list li h4 {
	padding: 10px 0 0;
	text-align: center;
	font-size: 3rem;
	font-weight: 900;
	vertical-align: top;
	background-color: #E3007F;
	color: #FFF;
	display: block;
	width: 600px;
	margin: 10px auto;
}
#schedule .list li h4 {
	padding: 10px 0 0;
	text-align: center;
	font-size: 3rem;
	font-weight: 900;
	vertical-align: top;
	background-color: #009fe8;
	color: #FFF;
	display: block;
	width: 600px;
	margin: 10px auto;
}
#schedule .list li .date {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	vertical-align: top;
	color: #000;
}
#schedule .list li .date-small {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	vertical-align: top;
	color: #000;
}
#schedule .note {
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
#schedule .note #t-attention_info {
	width: 750px;
	margin: 0 auto;
}
#schedule .note h5 {
	margin-bottom: 50px;
	font-size: 2.6rem;
	font-weight: bold;
}
#schedule .note .midashi {
	margin-top: 40px;
}
#schedule .note .midashi, #schedule .note h6 {
	line-height: 1.2;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
}
#schedule .note h7 {
	display: block;
	margin-top: 5px;
	font-size: 1.4em;
	text-align: left;
}
#schedule .note .desc {
	margin-bottom: 40px;
}
#schedule .note .desc a {
	color: #f32525;
}
#schedule .note ul {
	margin: 0px auto 40px;
	text-align: left;
}
#schedule .note ul li {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	font-size: 0.9em;
}
#schedule .note ul li:before {
	content: '■';
}
#schedule .note .signature {
	margin-top: 50px;
	font-size: 12px;
	text-align: right;
}
#schedule .note .att_bottom {
	margin-top: 40px;
}
#schedule .note .att_bottom h5, #schedule .note .att_bottom h6 {
	margin-bottom: 3%;
	text-align: center;
}
#schedule .map {
	margin: 0 auto 40px;
	width: 600px;
}
#schedule .map iframe {
	height: 350px;
}
#schedule .mapinfo {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	width: 600px;
	margin: 0 auto;
}
#schedule .mapinfo h6 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 600;
}
#schedule .mapinfo p span {
	display: block;
	margin-bottom: 10px;
}
#schedule .access_info li span {
	font-weight: 600;
	margin-right: 10px;
}
#schedule .gray_01::before {
	content: "終了しました。";
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 6px;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 2;
	padding: 60px 0;
	width: 100%;
	background: #4a4a4a;
	opacity: 0.92;
	border-radius: 12px;
}
#schedule .gray_02::before {
	content: "終了しました。";
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 6px;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 2;
	padding: 196.5px 0;
	width: 100%;
	background: #4a4a4a;
	opacity: 0.92;
	border-radius: 12px;
}
#schedule .gray_03::before {
	content: "終了しました。";
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 6px;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 2;
	padding: 106px 0;
	width: 100%;
	background: #4a4a4a;
	opacity: 0.92;
	border-radius: 12px;
}
}

/* min-width: 768px */

@media screen and (max-width: 767px) {
/* ticket */
/* --------------------------------------------------------------------------- */
#ticket {
	/*margin-bottom:50px;*/
	margin-bottom: 0px;
}
#ticket h3 {
	width: 90%;
	margin: 0 auto;
}
#ticket .information h4 {
	margin: 0 auto;
	width: 100%;
}
#ticket .information .desc {
	margin-bottom: 40px;
	font-size: 1.4rem;
	color: #595757;
	text-align: center;
}
#ticket .information .desc2 {
	margin-bottom: 40px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #595757;
	text-align: center;
}
#ticket .information .desc3 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #595757;
	text-align: center;
}
#ticket .information .desc4 {
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 1rem;
	font-weight: bold;
	color: #595757;
	text-align: center;
}
#ticket .information .desc_pink {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	color: #ed77b5;
	text-align: center;
}
#ticket .information .desc h5 {
	font-weight: bold;
}
#ticket .information .area {
	width: 95%;
	margin: 0 auto;
	margin-top: 8%;
}
.gray_b01 {
	width: 100% !important;
	margin: 0 auto;
	background: #4a4a4a;
	opacity: 0.7;
	height: 120px;
	position: absolute;
	top: 8%;
	left: 0;
}
.gray_b01::before {
	content: "SOLD OUT";
	color: #fff;
	font-size: 3rem;
	letter-spacing: 6px;
	position: absolute;
	top: 29%;
	left: 21%;
	z-index: 100;
	width: 100%;
}
.gray_b02 {
	width: 100% !important;
	margin: 0 auto;
	background: #4a4a4a;
	opacity: 0.7;
	height: 65px;
	position: absolute;
	top: 34%;
	left: 0;
}
.gray_b02::before {
	content: "SOLD OUT";
	color: #fff;
	font-size: 3rem;
	letter-spacing: 6px;
	position: absolute;
	top: 16%;
	left: 21%;
	z-index: 100;
	width: 100%;
}
.gray_b03 {
	width: 100% !important;
	margin: 0 auto;
	background: #4a4a4a;
	opacity: 0.7;
	height: 65px;
	position: absolute;
	top: 48.5%;
	left: 0;
}
.gray_b03::before {
	content: "SOLD OUT";
	color: #fff;
	font-size: 3rem;
	letter-spacing: 6px;
	position: absolute;
	top: 16%;
	left: 21%;
	z-index: 100;
	width: 100%;
}
#ticket .info_logo {
	margin: 0 auto;
	width: 60%;
}
#ticket .tk_info {
	position: relative;
}
#ticket .information h4.info_01 {
	width: 100%;
}
#ticket .information h4.info_02 {
	width: 100%;
	padding-top: 10%;
}
#ticket .information h4.info_03 {
	width: 100%;
}
#ticket .tk_info:nth-child(3) {
	padding-top: 30px;
	padding-bottom: 20px;
}
#ticket .info_bt_01 {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 60%;
}
#ticket .info_bt_01_seven {
	position: absolute;
	bottom: 6%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 60%;
}
#ticket .info_bt_02 {
	position: absolute;
	bottom: 11%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 60%;
}
#ticket .info_bt_02_seven {
	position: absolute;
	bottom: 4%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 60%;
}
#ticket .info_bt_03 {
	position: absolute;
	bottom: 16%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 60%;
}
#ticket .info_bt_03_seven {
	position: absolute;
	bottom: 9%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 60%;
}
.tento {
	margin-top: 5%;
}
.textdecoration_linethrough{
    text-decoration: line-through !important;
}
.alert {
color: #ff0000 !important;
    font-weight: bold !important;
	font-size: 1.4rem;
	}
/* view */
/* --------------------------------------------------------------------------- */
#view {
	margin-bottom: 0;
}
#view h3 {
}
#view ul {
	width: 90%;
	margin: 0 auto;
}
#view ul li {
	margin-bottom: 10%;
}
#view ul li img {
}
/* adv */
/* --------------------------------------------------------------------------- */
#adv {
}
#adv h3 {
	margin-bottom: 10px;
}
#adv .inner {
	background-color: rgba(255,255,255,0.5);
	margin: 0;
	padding: 30px 0;
}
#adv .list {
	width: 90%;
	margin: 0 auto;
}
#adv .list tr {
	border-bottom: 1px dashed #868686;
	padding: 10px 0 10px;
}
#adv .list tr:last-child {
	border-bottom: none;
}
#adv .list th {
	margin-top: 10px;
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}
#adv .list th p {
	font-size: 1.1rem;
	font-weight: normal;
}
#adv .list td {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: right;
}
#adv .ice_br {
	padding-top: 8px;
	padding-bottom: 8px;
}
#adv .tyu {
	padding-top: 10px;
	width: 90%;
	margin: 0 auto;
}
#adv .tyu h4 {
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}
#adv .tyu p {
	font-size: 1.1rem;
	font-weight: normal;
}
#adv .tyu a {
	color: #b69d10;
}
#adv .btn {
	display: block;
	width: 300px;
	margin: 1% auto 2%;
	padding-top: 2px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	background-color: #e4007f;
	filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
}
/* day */
/* --------------------------------------------------------------------------- */
#day {
}
#day .inner {
	background-color: rgba(255,255,255,0.5);
	margin: 0;
	padding: 30px 0 0;
}
#day h3 {
	width: 90%;
	margin: 0 auto 10px;
}
#day .desc {
	width: 90%;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: bold;
	color: #595757;
}
#day .list {
	width: 90%;
	margin: 0 auto;
}
#day .list tr {
}
#day .list th {
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}
#day .list th p {
	font-size: 1.1rem;
	font-weight: normal;
}
#day .list td {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: right;
}
/* schedule */
/* --------------------------------------------------------------------------- */
#schedule {
}
#schedule .inner {
	background-color: rgba(255,255,255,0.5);
	margin: 0;
	padding: 30px 0;
}
#schedule h3 {
	width: 90%;
	margin: 0 auto 20px;
}
#schedule .list {
	width: 90%;
	margin: 0 auto;
}
#schedule .list p {
	margin: 0 10px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.0rem;
	font-weight: bold;
}
#schedule .list li {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 10px;
	background-color: #FFF;
	filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
}
#schedule .tento {
	width: 90%;
	margin: 0 auto;
}
/*
#schedule .list li:nth-child(-n + 2) {
	margin-bottom:20px;
	padding:15px 0;
	border:2px solid #000;
	border-radius:10px;
	background-color:#FFF;
}*/

#schedule .list li h4 {
	margin-bottom: 15px;
}
#schedule .list li h5 {
	width: 100%;
	text-align: center;
}
#schedule .list li h5 img {
	vertical-align: middle;
}
#schedule .list li .ticon {
	display: inline-block;
	width: 16%;
}
#schedule .list li .ticon2 {
	display: inline-block;
	width: 11%;
}
#schedule .list li .ticon4 {
	display: inline-block;
	width: 9%;
}
#schedule .list li .ticon5 {
	display: inline-block;
	width: 22%;
}
#schedule .list li h5 .btnicon {
	margin: 0 6px;
}
#schedule .list li .btn {
	display: block;
	width: 300px;
	margin: 0 auto;
	border-radius: 6px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	background-color: #e4007f;
	filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
}
#schedule .list li .seven_btn .btn {
	line-height: 20px;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: #00713e;
	filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
}
#schedule .list p.seven_btn {
	border-top: 0px;
}
#schedule .list li .btnfin {
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	background-color: #e4007f;
	filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.3));
	position: absolute;
	top: 50%;
	left: 3%;
	width: 94%;
}
#schedule .note {
	width: 90%;
	margin: 20px auto 40px;
	font-size: 1.2rem;
	text-align: left;
}
#schedule .note h5 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
#schedule .note .midashi {
	margin-top: 40px;
}
#schedule .note .midashi, #schedule .note h6 {
	line-height: 1.2;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}
#schedule .note h6 {
	margin-bottom: 10px;
	font-weight: bold;
}
#schedule .note h7 {
	display: block;
	font-size: 1.3em;
	text-align: left;
}
#schedule .note .desc {
	margin-bottom: 20px;
}
#schedule .note .desc a {
	color: #f32525;
}
#schedule .note ul {
	margin: 0 auto 20px;
	display: table;
	font-size: 1.1rem;
	text-align: left;
}
#schedule .note ul li {
	margin-bottom: 5px;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	font-size: 1em;
}
#schedule .note ul li:before {
	content: '■';
}
#schedule .note .att_bottom {
	margin-top: 20px;
}
#schedule .note .att_bottom h5, #schedule .note .att_bottom h6 {
	margin-bottom: 3%;
	text-align: center;
}
#schedule .map {
	margin: 0 auto 20px;
	width: 100%;
}
#schedule .map iframe {
	height: 200px;
}
#schedule .mapinfo {
	font-size: 1.2rem;
	line-height: 2;
	text-align: left;
	width: 90%;
	margin: 0 auto 50px;
		display:block;
	padding-bottom: 50px;
}
#schedule .mapinfo h6 {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 600;
}
#schedule .mapinfo p span {
	display: block;
	margin-bottom: 10px;
}
#schedule .access_info li span {
	font-weight: 600;
	margin-right: 10px;
}
#schedule .gray_01::before {
	content: "終了しました。";
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 6px;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 2;
	padding: 10% 0;
	width: 100%;
	background: #4a4a4a;
	opacity: 0.92;
	border-radius: 7px;
}
#schedule .gray_02::before {
	content: "終了しました。";
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 6px;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 2;
	padding: 12rem 0;
	width: 100%;
	background: #4a4a4a;
	opacity: 0.92;
	border-radius: 7px;
}
#schedule .gray_03::before {
	content: "終了しました。";
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 6px;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 2;
	padding: 19.5% 0;
	width: 100%;
	background: #4a4a4a;
	opacity: 0.92;
	border-radius: 7px;
}
#schedule .list li h4 {
	padding: 3px 0 1;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 900;
	vertical-align: top;
	background-color: #009fe8;
	color: #FFF;
	display: block;
	width:96%;
	margin: 10px auto;
}
}
/* min-width: 768px */
