@media screen and (max-width: 768px) {
	section.blk {
		padding: 0 4% 6%;
		overflow: hidden;
	} 
}

/*event information slider*/
.detail_slider .slick-list {
	overflow: hidden;
}

.detail_slider ul li img {
	margin: 0 auto;
}
.detail_slider .slick-prev {
    border-right-color: #acaca8;
}
.detail_slider .slick-next {
    border-left-color: #acaca8;
}
.detail_slider .slick-prev,
.detail_slider .slick-next {
	top: calc(100%/2);
}
.main-slider {
    min-height: 750px;
}
.slick-slide {
	min-height: 750px; 
}

@media screen and (max-width: 768px) {
	section.slider {
		padding: 30px 0;
	}
	.detail_slider .slick-dotted.slick-slider {
		margin-bottom: 50px;
	}
	.detail_slider .slick-dots {
		bottom: -50px;
	}
	.detail_slider .slick-prev, 
	.detail_slider .slick-next {
		top: auto;
		bottom: -70px;
	}
	.detail_slider .slick-prev {
		left: -14px;
	}
	.detail_slider .slick-next {
		right: -14px;
	}
	.main-slider {
		min-height: 260px;
	}
	.slick-slide {
		min-height: 260px;
	}
}

/*
main {
	text-align: center;
	padding-bottom: 0px; 
}
main header {
	z-index: 0; 
}

section {
	display: inline-block;
	width: 100%;
	max-width: 1000px; 
}
@media screen and (max-width: 768px) {
	section {
		width: 92%;
		padding: 0 4%; 
	} 
}

section.blk {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

h1,
h2 {
	color: #000000;
	text-align: center;
	font-size: 2.8em;
	font-weight: bold;
	border-top: 2px solid #000000;
	margin-bottom: 0; 
}
h1 span,
h2 span {
	background-color: #ffffff;
	padding: 0 20px;
	position: relative;
	top: -23px; 
}
@media screen and (max-width: 768px) {
	h1,
	h2 {
		margin-top: 70px; 
	} 
}
@media screen and (min-width: 769px) {
	h1,
	h2 {
		margin-top: 110px; 
	} 
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden; 
}

.sub_title_bar {
	font-size: 13px;
	position: relative;
	margin-bottom: 35px;
	margin-top: -14px;
	padding-bottom: 14px; 
}
@media screen and (max-width: 768px) {
	.sub_title_bar {
		margin-bottom: 20px; 
	} 
}

.new {
	position: absolute;
	top: 0;
	right: 0; 
}

.thumb {
	display: inline-block;
	background: no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	height: auto; 
}

.mt20 {
	margin-top: 20px; 
}

.mb20 {
	margin-bottom: 20px; 
}

.mb40 {
	margin-bottom: 40px; 
}

.button_more {
	color: #000000;
	font-size: 16px;
	line-height: 2.5;
	background: #ffffff;
	border: 2px solid #e5e5e1;
	width: 235px;
	height: 40px;
	display: inline-block;
	font-weight: bold;
	text-align: center; 
}
@media screen and (max-width: 768px) {
	.button_more {
		width: 100%; 
	} 
}
.button_more:before {
	background: url(../../img/icon/icon_arrow_bl_r.png) no-repeat left center;
	content: "";
	width: 7px;
	height: 14px;
	padding-right: 15px;
	display: inline-block; 
}

@media screen and (min-width: 769px) {
	.hide_pc {
		display: none; 
	}
	.hide_sp {
		display: block; 
	} 
}
@media screen and (max-width: 768px) {
	.hide_pc {
		display: block; 
	}
	.hide_sp {
		display: none; 
	} 
}
.search_calendar {
	cursor: pointer; 
}
@media screen and (max-width: 768px) {
	.search_calendar {
		margin-top: 10px;
		display: block;
		border: 2px solid #e5e5e1;
		text-decoration: none;
		font-weight: bold;
		line-height: 2.57143; 
	}
	.search_calendar:before {
		content: "";
		background: url(../../img/icon/icon_calendar.png) no-repeat right center;
		background-size: 20px;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-top: 0px;
		margin-right: 6px;
		vertical-align: middle;
		margin-bottom: 5px; 
	} 
}
@media screen and (min-width: 769px) {
	.search_calendar {
		position: absolute;
		top: 0;
		right: 0;
		text-decoration: underline; 
	}
	.search_calendar:after {
		content: "";
		background: url(../../img/icon/icon_calendar.png) no-repeat right center;
		background-size: 20px;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-left: 5px;
		vertical-align: text-bottom; 
	} 
}

@media screen and (max-width: 768px) {
	.sns_btns_inner {
		display: flex; 
	}
	.sns_btns_inner .tw {
		margin-right: 10px; 
	} 
}
*/

.article_h {
	border: none;
	font-weight: bold;
	margin: 0 0 25px;
	text-align: left;
	color: #000000; 
}
@media screen and (max-width: 768px) {
	.article_h {
		font-size: 20px;
		line-height: 1.47; 
	} 
}
@media screen and (min-width: 769px) {
	.article_h {
		font-size: 24px;
		padding-right: 340px;
		line-height: 1.6; 
	}

	.inner {
		width: 100%;
		margin: 0 auto; 
	} 
}
@media screen and (max-width: 768px) {
	main {
		padding: 0 0 0px; 
	}

	main section {
		width: 100%;
		padding: 0; 
	} 
}
main article {
	display: inline-block;
	text-align: center; 
}
@media screen and (max-width: 768px) {
	main article {
		margin-top: 40px;
		width: 100%; 
	} 
}
@media screen and (min-width: 769px) {
	main article {
		margin-top: 100px;
		width: 1000px; 
	} 
}
main header {
	margin: 0 0 70px;
	padding: 0;
	position: relative;
	text-align: left; 
	z-index: 10;
}
@media screen and (min-width: 769px) {
	main header .sns_btns {
		position: absolute;
		right: 0;
		top: 0; 
	}
	main header .sns_btns .tw iframe {
		/*width: 102px !important;*/
		margin-right: 2px;
	}
	main header .sns_btns .fb iframe {
		width: 170px !important; 
	}
}
span.tw iframe, span.fb iframe {
    vertical-align: middle;
}
span.tw a {
    margin-right: 2px;
    padding: 3px 10px 6px 10px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    background-color: #1A95E0;
    border-radius: 3px;
    text-decoration: none;
}


main header .genre {
	display: block; 
}
main header .genre .inner_genre {
	display: inline-block;
	color: #ffffff;
	line-height: 2;
	font-size: 12px;
	background: #93928b;
	padding: 0 5px; 
}
@media screen and (min-width: 769px) {
	main header .genre {
		display: inline-block;
		margin-right: 15px; 
	} 
}
main header .date {
	color: #000000;
	line-height: 2;
	font-size: 14px;
	display: inline-block; 
}





.article {
	font-size: 15px;
	color: #000000;
	text-align: left;
	line-height: 35px;
}

@media screen and (min-width: 769px) {
	.article {
		padding: 70px 120px 0; 
	} 
}
.article .event_info {
	font-size: 13px;
	padding: 20px;
	background: #f6f6f3; 
}
@media screen and (max-width: 768px) {
	.article .event_info {
		margin: 0; 
	} 
}
@media screen and (min-width: 769px) {
	.article .event_info {
		margin: 50px 0 80px; 
	} 
}
@media screen and (max-width: 768px) {
	.article .event_info ul {
		display: table;
		table-layout: fixed;
		width: 100%; 
	} 
}
@media screen and (max-width: 768px) {
	.article .event_info ul li {
		display: table-row; 
	} 
}
@media screen and (min-width: 769px) {
	.article .event_info ul li {
		display: inline-block; 
	} 
}
.article .event_info ul li span {
	box-sizing: border-box;
	line-height: 26px;
	vertical-align: top; 
}
@media screen and (max-width: 768px) {
	.article .event_info ul li span {
		display: table-cell; 
	} 
}
@media screen and (min-width: 769px) {
	.article .event_info ul li span {
		display: inline-block; 
	} 
}
.article .event_info ul li span.name {
	padding: 4px;
	font-weight: bold;
	position: relative; 
}

@media screen and (max-width: 768px) {
	.article .event_info ul li span.name {
		width: 37%; 
	} 
}
@media screen and (min-width: 769px) {
	.article .event_info ul li span.name {
		width: 120px; 
	} 
}
.article .event_info ul li span.name:after {
	content: "";
	border-right: 2px solid #acaca8;
	height: 13px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.article .event_info ul li span.value {
	padding: 4px 0 4px 5px; 
}

@media screen and (max-width: 768px) {
	.article .event_info ul li span.value {
		width: 63%;
		padding-left: 15px;
		word-wrap: break-word; 
	} 
}
@media screen and (min-width: 769px) {
	.article .event_info ul li span.value {
		width: 230px;
		word-wrap: break-word; 
	} 
}

.reserve {
	font-size: 15px;
	text-align: center;
	line-height: 2.333; 
}

@media screen and (max-width: 768px) {
	.reserve .apply_process {
		margin: 20px 0; 
	} 
}
@media screen and (min-width: 769px) {
	.reserve .apply_process {
		display: table;
		margin: 40px 0 50px 0; 
	}
}
@media screen and (min-width: 769px) {
	.reserve .apply_process .apply_process_item {
		display: table-cell;
		width: 33.3%; 
	} 
}
.reserve .apply_process .apply_process_item .title {
	background: #e5e5e1;
	font-weight: bold;
	color: #000000;
	text-align: center; 
}
.reserve .apply_process .apply_process_item .title .num {
	border-radius: 50%;
	border: 2px solid #3c3c3c;
	display: inline-block; 
}
@media screen and (max-width: 768px) {
	.reserve .apply_process .apply_process_item .title {
		display: block;
		padding: 10px 0;
		font-size: 14px;
		line-height: 25px; 
	}
	.reserve .apply_process .apply_process_item .title .num {
		width: 26px;
		height: 26px;
		line-height: 26px;
		margin-left: 14px; 
	} 
}
@media screen and (min-width: 769px) {
	.reserve .apply_process .apply_process_item .title {
		font-size: 20px;
		padding: 12px;
		margin: 0 1px; 
	}
	.reserve .apply_process .apply_process_item .title .num {
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-left: 18px; 
	} 
}
.reserve .apply_process .apply_process_item .text {
	padding: 25px 25px 0 30px;
	margin: 0;
	color: #666666;
	text-align: left; 
}
@media screen and (max-width: 768px) {
	.reserve .apply_process .apply_process_item .text {
		display: block;
		padding: 10px 5.1724%;
		font-size: 13px; 
	} 
}
.reserve .reserve_page {
	text-align: left;
	margin-bottom: 50px; 
}
.reserve .reserve_page .text {
	font-size: 11px;
}
.reserve .reserve_page .link_btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background: #000000;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center; 
}
.reserve .reserve_page .link_btn:before {
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border-style: solid dashed dashed solid;
	border-color: transparent transparent transparent #fff;
	border-width: 6px;
	vertical-align: middle; 
}
.reserve .reserve_page .link_btn:hover {
	text-decoration: none; 
}
.event_mail {
	font-size: 15px;
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.event_mail {
		margin-top: 70px;
	}
}
.event_mail .link:before {
	content: "";
	background: url("../../img/icon/btn_icon_arrow_l_wh.png") no-repeat 0 3px;
	display: inline-block;
	width: 19px;
	height: 19px;
	vertical-align: text-bottom; 
}
.event_mail .link:after {
	background: url(../../img/icon/icon_blank02.png) no-repeat left center;
	content: '';
	display: inline-block;
	vertical-align: text-bottom;
	width: 16px;
	height: 18px;
	margin-left: 5px;
	margin-top: -3px; 
}
