@charset "utf-8";

/* ---------------------------------------- 
 - main-contents
---------------------------------------- */
#contents .main-contents .list-box {
	margin-bottom: 100px;
	text-align: left;
}
#contents .main-contents .list-box:last-child {
	margin-bottom: 0;
}
#contents .main-contents .list-box .list-ttl {
	font-size: 2.8rem;
	line-height: 1.6;
	background:#fff;
	border:solid 1px #000;
	padding: 0.5em;
	margin-bottom: 1.5em;
	text-align: center;
}
#contents .main-contents .list-box .table-box table {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
	/*border-bottom: solid 2px #fff;*/
	width: 100%;
	border-spacing: 0;
}
#contents .main-contents .list-box .table-box table th {
	border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#contents .main-contents .list-box .table-box table td {
    border-bottom: solid 2px #6fbcc8;
    border-right: solid 2px #6fbcc8;
	padding: 20px 15px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6;
}
#contents .main-contents .list-box .table-box table .bdr-left-wht {
	border-right-color: #fff;
}
#contents .main-contents .list-box .table-box table .bdr-btm-wht {
	border-bottom-color: #fff;
}
#contents .main-contents .list-box .table-box table .bdr-btm-none {
    border-bottom: none;
}
#contents .main-contents .list-box .table-box table .txt-left {
	text-align: left;
}
#contents .main-contents .list-box .table-box table td.floor {
    background: #6fbcc8;
	border-bottom-color: #fff;
	text-align: center;
}
#contents .main-contents .list-box .floor-box {
	margin-top: 50px;
	text-align: center;
}
#contents .main-contents .list-box .floor-box .ttl {
	font-size:3.2rem;
	line-height: 1.4;
	border-bottom: solid 1px #000;
	display: inline-block;
	margin: 0 auto 0.7em;
}
#contents .main-contents .list-box .floor-box .floor {
	width: 100%;
	max-width: 772px;
	padding: 25px;
    background: #fff;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#contents .main-contents .list-box {
		margin-bottom: 50px;
	}
	#contents .main-contents .list-box .list-ttl {
		font-size: 2.2rem;
	}	
	#contents .main-contents .list-box .table-box table {
		border-width: 1px;
		border-right: solid 1px #fff;
        width: 200%;
		max-width: 1000px;
	}
	#contents .main-contents .list-box .table-box table th {
		border-width: 1px;
	}
	#contents .main-contents .list-box .table-box table td {
		border-width: 1px;
	}
	
	
	#contents .main-contents .list-box .floor-box .ttl {
		font-size:2.4rem;
	}
}




/* schedule-box */
#event-list  .schedule-box {
	width: 100%;
	max-width: 750px;
	padding: 25px;
	background: #fff;
	margin: 0 auto 100px;
}
#event-list  .schedule-box:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	#event-list  .schedule-box {
		padding: 15px 3%;
		margin-bottom: 50px;
	}
}

/* ---------------------------------------- 
 - detail（イベント詳細ページ）
---------------------------------------- */
/* detail-main */
#detail-main {
	padding: 3px;
	border-bottom: solid 2px #fff;
    margin-bottom: 3px;
}
/* detail-contents */
#detail-contents {
	text-align: center;
}
#detail-contents .detail-lead {
	font-size:2.0rem;
	margin: 20px auto 50px;
}
#detail-contents .detail-ttl {
	font-size:3.2rem;
	line-height: 1.4;
	border-bottom: solid 1px #000;
	display: inline-block;
	margin: 0 auto 0.7em;
}
#detail-contents .detail-box {
	margin-bottom: 65px;
	text-align: left;
}
#detail-contents .detail-box .ttl {
	font-size: 2.8rem;
	line-height: 1.6;
	position: relative;
	margin-bottom: 0.5em;
}
#detail-contents .detail-box .ttl span {
	position: relative;
	display: inline-block;
	padding-left: 50px;
}
#detail-contents .detail-box .ttl span::before {
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 40px;
    height: 1px;
    border-top: 1px solid #000;
}
#detail-contents .detail-box .lead {
	font-size: 2.0rem;
	line-height: 1.6;
	margin-bottom: 0.7em;
}
#detail-contents .detail-box ul.notice {	
	margin-bottom: 1.2em;
}
#detail-contents .detail-box ul.notice li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	line-height: 1.6;
}
#detail-contents .detail-box .table-box table {
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
	width: 100%;
	border-spacing: 0;
}
#detail-contents .detail-box .table-box table th {
    border-bottom: solid 2px #fff;
	padding: 15px 15px;
	text-align: center;
	color: #fff;
}
#detail-contents .detail-box .table-box table td {
    border-bottom: solid 2px #6fbcc8;
    border-right: solid 2px #fff;
	padding: 15px 25px;
	background: #fff;
}
#detail-contents .detail-box .table-box table tr:last-child td {
    border-bottom-color: #fff;
}
#detail-contents .detail-box .table-box table td ul.list li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	line-height: 1.8;
	margin-bottom: 0.5em;
}
#detail-contents .organize {
	text-align: left;
}
#detail-contents .organize dl.list {
	display: flex;
}
#detail-contents .organize dl.list dd {
	flex:1;
}
#detail-contents .btn-list {
	margin: 50px auto;
}
#detail-contents .btn-list .link-btn {
	margin-bottom: 15px;
}
#detail-contents .btn-list .link-btn:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	/* detail-contents */
	#detail-contents {
		text-align: center;
	}
	#detail-contents .detail-lead {
		font-size:1.8rem;
		margin: 0 auto 40px;
	}
	#detail-contents .detail-ttl {
		font-size:2.6rem;
		margin-bottom: 1.0em;
	}
	#detail-contents .detail-box {
		margin-bottom: 50px;
	}
	#detail-contents .detail-box .ttl {
		font-size: 2.2rem;
	}
	#detail-contents .detail-box .ttl span {
		padding-left: 30px;
	}
	#detail-contents .detail-box .ttl span::before {
		width: 20px;
	}
	#detail-contents .detail-box .lead {
		font-size: 1.6rem;
	}
	#detail-contents .detail-box ul.notice {	
		font-size: 1.4rem;
	}
	#detail-contents .detail-box .table-box table {
		border-width: 1px;
		border-right: solid 1px #fff;
	}
	#detail-contents .detail-box .table-box table th {
		border-width: 1px;
		padding: 5px 15px;
		display: block;
		width: 100%;
	}
	#detail-contents .detail-box .table-box table td {
		border-width: 1px;
		padding: 5px 20px;
		display: block;
		width: 100%;
	}
	#detail-contents .organize {
		font-size: 1.4rem;
	}
	#detail-contents .btn-list {
		margin: 35px auto;
	}
}

/* other-box */
#detail-contents .other-box {
	width: 100%;
	border-top:dotted 4px #000;
	border-bottom:dotted 4px #000;
	padding: 35px 0;
    text-align: center;
	margin: 50px auto 0;
}
#detail-contents .other-box .other-ttl {
	font-size:3.2rem;
	line-height: 1.4;
	border-bottom: solid 1px #000;
	display: inline-block;
	margin: 0 auto 0.7em;
}
#detail-contents .other-box .inner {
	display: flex;
	justify-content: space-between;
}
#detail-contents .other-box .other-list {
	width: 32%;
}
#detail-contents .other-box .other-list .ttl {
	font-size: 2.0rem;
	background: #fff;
	border: solid 1px #000;
	margin-bottom: 0.8em;
}
#detail-contents .other-box .other-list ul.list li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	line-height: 1.6;
	margin-bottom: 0.7em;
	text-align: left;
}
#detail-contents .note-box ul.note-list li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	/* note-box */
	#detail-contents .other-box {
		border-width: 3px;
		padding: 25px 0;
		margin-top: 30px;
	}
	#detail-contents .other-box .other-ttl {
		font-size:2.4rem;
	}
	#detail-contents .other-box .inner {
		display: block;
	}
	#detail-contents .other-box .other-list {
		width: 100%;
		margin-bottom: 30px;
	}
	#detail-contents .other-box .other-list:last-child {
		margin-bottom: 0;
	}
	#detail-contents .other-box .other-list .ttl {
		font-size: 1.8rem;
	}
}