/* -------------------------------------------------
Header
------------------------------------------------- */
@media screen and (min-width: 1151px) {
	.site-header__menu {
		z-index: 99;
		max-width: initial;
		width: auto;
		padding: 0 240px 0 100px;
	}
	.site-header .site-menu__list {
		position: static;
		height: 100px;
	}
	.site-header .site-menu__list li {
		display: flex;
		align-items: center;
	}
	.site-header .site-menu__item:last-of-type {
		margin-right: 0;
	}
	.site-header .site-menu__list li br {
		display: none;
	}
}

@media screen and (min-width: 1151px) and (max-width: 1600px) {
	.site-header .site-menu__list li {
		margin-right: 20px;
	}
	.site-header .site-menu__list li a {
		line-height: 1.67;
		font-size: 14px;
	}
}

@media screen and (min-width: 1151px) and (max-width: 1200px) {
	.site-header .site-menu__list li br {
		display: inline;
	}
}

@media screen and (max-width: 1040px) {
	.site-header .site-menu__list li br {
		display: none;
	}
}
/* -------------------------------------------------
Common
------------------------------------------------- */
.mod-article.mod-block {
	overflow: hidden;
}
@media screen and  (min-width: 769px) {
	.mod-text-img {
		max-width: 800px;
    	margin: 0 auto 80px;
		padding-right: 20px;
		padding-left: 20px;
		background-color: ;
	}
	.mod-text-img:after {
		width: 100%;
	}
}
/* -------------------------------------------------
Program
------------------------------------------------- */
/* 
Single
------------------------------------------------- */
.page__description {
	.mod-accessibility {
		margin-top: 20px;
	}
}

.mod-accessibility__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-top: -10px;
}
.mod-accessibility__list .mod-tag {
	margin-right: 10px;
	margin-top: 10px;
}

.dl {
	margin-top: 20px;
	padding: 15px 20px;
	background: #333;
	line-height: 24px;
	font-size: 14px;
}

.dl li {
	margin: 0 20px;
	list-style-type: square;
}

.dl .subhead {
	margin: 0 0 10px 0;
	letter-spacing: 0.8rem;
	font-weight: 700;
	color: #fff;
	list-style-type: none;
}

.dl li a {
	text-decoration: underline;
}

.dl li a:hover {
	text-decoration: none;
}

/* 
Landing
------------------------------------------------- */
@media screen and (min-width: 769px) {
	.lineup .mod-program-list .program-link .location,
	.lineup .mod-program-list .program-link .accessibility,
	.lineup .mod-program-list .program-link .price,
	.lineup .mod-program-list .program-link .ticket {
		margin-bottom: 14px;
	}
	.lineup .mod-program-list .program-link .accessibility span + span::before {
		content: " / ";
	}
	.lineup .mod-tags {
		margin-top: 14px;
	}
}

@media screen and (max-width: 768px) {
	.lineup .mod-tags {
		margin-top: 6px;
	}
}

/* -------------------------------------------------
Schedule
------------------------------------------------- */
.fc .fc-day-sun {
	color: #ff505a;
}
.fc .fc-day-sun .fc-daygrid-event {
	color: #fff;
}
.fc .fc-day-sat {
	color: #5fa5ff;
}
.fc .fc-day-sat .fc-daygrid-event {
	color: #fff;
}

/* -------------------------------------------------
Ticket
------------------------------------------------- */
.ticket__nottes {
	border-color: #fff;
	color: #fff;
}

/* -------------------------------------------------
Special
------------------------------------------------- */
.special .more {
	display: inline-block;
	margin-top: 20px;
	padding: 6px 18px;
	border-radius: 12px;
	border: 1px #fff solid;
	background-color: #fff;
	font-size: 12px;
	color: #111;
	transition-duration: 0.6s;
}

.special .archive-list__link:hover .more {
	border: 1px #fff solid;
	background-color: #111;
	color: #fff;
}

@media (min-width: 769px) {
	.special-detail .page__description.mod-block {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* -------------------------------------------------
Footer
------------------------------------------------- */
.site-footer__contents .to_contact .mod-button {
	margin: 0 20px 60px -20px;
}

@media screen and (max-width: 768px) {
	.site-footer__contents .to_contact .mod-button {
		margin: 60px auto 0 auto;
	}
}

@media screen and (min-width: 769px) {
	.site-footer-nav .sns__link:hover.tw {
    	background: url(../images/common/nav_x_ro.svg) no-repeat 0 0;
	}
	.site-footer-nav .sns__link:hover.yt {
    	background: url(../images/common/nav_yt_ro.svg) no-repeat 0 0;
	}
}
