@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.ch_03_top_title {
	font-size: 20px;
	width: 362px;
	line-height: 49px;
	margin: 48px auto 60px;
	border-radius: 6rem;
}
.ch_03_wrap {
	box-sizing: border-box;
	height: auto;
	margin: 0 auto 68px;
	max-width: 800px;
	background: none #EAEAEA;
	border-radius: 10px;
}
.ch_03_wrap .ttl {
	cursor: pointer;
	padding: 32px 30px 28px 27px;
	font-size: 16px;
	text-align: left;
	background: url(../../images/guide/ch_lineup/icon01.png) no-repeat right 27px center;
	background-size: 24px auto;
}
.ch_03_wrap .ttl:hover {
	opacity: 0.7;
}
.ch_03_wrap .ttl.on {
	background-image: url(../../images/guide/ch_lineup/icon02.png);
}
.ch_03_inner {
	width: auto;
	padding: 31px 20px 27px;
	margin: 0;
	display: none;
	box-sizing: border-box;
	border-top: 1px solid #D2D2D2;
}
.ch_03_inner ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ch_03_inner li {
	margin: 0 5px 13px;
}
.ch_03_inner li a {
	width: auto;
	height: auto;
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 6rem;
	background: none #fff;
	font-size: 16px;
	font-weight: 700;
	color: #E0A23F;
	letter-spacing: 0;
	min-width: 131px;
	padding: 5px 25px;
	box-sizing: border-box;
}
.ch_03_inner li a:hover {
	text-decoration: none;
	opacity: 0.7;
	color: #E0A23F;
	background-color: #fff;
}
@media only screen and (max-width: 850px){
	.ch_03_top_title {
		width: 362px;
		line-height: 63px;
		font-size: 32px;
		margin: 48px auto 50px;
		letter-spacing: 0.2em;
	}
	.ch_03_wrap {
		margin: 0 44px 120px;
		max-width: inherit;
	}
	.ch_03_wrap .ttl {
		padding: 50px 27px 50px 27px;
		font-size: 30px;
	}
	.ch_03_inner {
		padding: 40px 20px 27px;
	}
	.ch_03_inner ul {
		margin-bottom: -6px;
	}
	.ch_03_inner li {
		margin: 0 15px 40px;
	}
	.ch_03_inner li a {
		padding: 5px 30px;
		min-width: 154px;
		min-height: 60px;
		font-size: 28px;
	}
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
	display: none;
	width: 52px;
	height: 64px;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight {
	height: calc(64px - 8px);
}
#cboxLoadedContent {
	margin-bottom: 0;
}
#cboxWrapper {
	padding: 64px 52px;
	background: rgba(52, 37, 37, 0.49);
	border-radius: 20px;
	box-sizing: border-box;
}
#cboxContent {
	border-top: 8px solid #ECB110;
	box-sizing: border-box;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}
#cboxClose {
	/* margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	background: none;
	right: 50%;
	transform: translateX(50%); */
}
#colorbox .custom-close-btn {
	margin: 0;
	padding: 0;
	border: none;
	appearance: none;
	width: 40px;
	height: 30px !important;
	position: absolute;
	right: 50px;
	top: 18px;
	z-index: 20000;
	background: none;
	cursor: pointer;
}
#colorbox .custom-close-btn:before,
#colorbox .custom-close-btn:after {
	content: "";
	position: absolute;
	top: calc(50% - 3px * 0.5);
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(255,255,255,0.7);
}
#colorbox .custom-close-btn:before {
	transform: rotate(45deg);
}
#colorbox .custom-close-btn:after {
	transform: rotate(-45deg);
}
#colorbox .custom-close-btn.btm {
	font-weight: 300;
	top: auto;
	bottom: 15px;
	right: 50%;
	color: #fff;
	font-size: 14px;
	width: auto;
	padding-left: 25px;
	transform: translateX(50%);
	box-sizing: border-box;
}
#colorbox .custom-close-btn.btm:before,
#colorbox .custom-close-btn.btm:after {
	height: 1.5px;
	width: 19.5px;
	top: calc(50% - 1.5px * 0.5);
}
@media only screen and (max-width: 850px){
	#cboxTopLeft,
	#cboxTopCenter,
	#cboxTopRight,
	#cboxMiddleLeft,
	#cboxMiddleRight,
	#cboxBottomLeft,
	#cboxBottomCenter,
	#cboxBottomRight {
		width: 30px;
		height: 30px;
	}
	#cboxTopLeft,
	#cboxTopCenter,
	#cboxTopRight {
		height: calc(80px - 16px);
	}
	#cboxWrapper {
		padding: 80px 30px 30px;
	}
	#colorbox .custom-close-btn {
		top: 15px;
		right: 24px;
		width: 60px;
		height: 60px !important;
	}
	#colorbox .custom-close-btn.btm {
		display: none;
	}
	#cboxContent {
		border-top: 16px solid #ECB110;
	}
}

#colorbox .custom-close-btn:hover {
	opacity: 0.7;
}