@charset "utf-8";
/* CSS Document */

main#detail .contents{
	padding: 16px;
}

main#detail .contents.disable {
	display: none;
}

section .event__inner{
	padding: 24px 16px;
	border: solid 1px #E5E5E5;
	border-radius: 4px;
}
section .event__inner h2.event__title{
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
    padding-bottom: 8px;
}
section .event__inner .event__date{
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	color: #AAA;
	margin-bottom: 16px;
}
section .event__inner .event__box{
    padding: 16px 0;
    border-top: solid 2px #4D4D4D;
    border-bottom: solid 1px #E4E6EA;
}
section .event__inner .event__box h1.hero__image{
    width: 100%;
	max-width: 520px;
	margin: 0 auto 16px;
	display: block;
}
section .event__inner .event__box h1.hero__image img{
    width: 100%;
	border-radius: 8px;
}
section .event__inner .event__box p.event__text{
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
section .event__inner .caution{
	color: #FF3844;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	margin-top: 16px;
}
section .event__inner a.button{
	margin: 16px auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.8px;
	border-radius: 4px;
	background: #E5E5E5;
	color: #AAA;
	display: block;
	pointer-events: none;
}
section .event__inner .button__text{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
section .sub__inner ul.sub__box li.admission__list table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    line-height: 30px;
	margin: 20px 0;
	table-layout: fixed;
}
section .sub__inner ul.sub__box li.admission__list table th{
	font-weight: 400;
}
section .sub__inner ul.sub__box li.admission__list .sub__text p:not(:first-child){
	margin: 0;
}
section .sub__inner ul.sub__box li.note__list .sub__text:not(:last-child){
	margin-bottom: 16px;
}
section .sub__inner ul.sub__box li.note__list .sub__text span{
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	display: block;
	margin-bottom: 16px;
}