@charset "utf-8";

body {
	background-color: #fffaf0;
}

#header, #footer {
	width: 100%;
	min-width: 1100px;
}

#container {
	margin: auto;
	width: 1050px;
}

#header .wrap {
	padding: 10px 0 10px;
	border-bottom: 1px dotted #ccc;
}
#header .logo img {
	height: 100px;
}

#header .wrap .wrap-inner {
	margin: 0 auto;
	width: 1050px;
}

#header .wrap .wrap-inner .logo {
	text-align: center;
}

#header .wrap .wrap-inner .info {
	float: right;
}

#header .icatch {
	padding: 1em 0;
	background-color: #000;
}

#header .icatch .bg-image {
	position: relative;
	margin: 0 auto;
	width: 1050px;
}

#header .icatch .bg-image .sub-title {
	color: #fff;
	font-size: 27px;
	font-weight: bold;
}

#header .icatch .bg-image .sub-title img{
	margin-right: 10px;
	height: 70px;
	vertical-align: middle;
	border-radius: 10px;
}

#header .icatch .bg-image .search {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#header .icatch .bg-image .search button {
	width: 100px;
	min-height: 30px;
	color: #323232;
	font-weight: bold;
	background-color: #ffd55b;
	border: 0;
	border-radius: 5px;
}

#header .navi {
	background-color: #ffd55b;
	box-shadow: 0px 2px 0px #ffc107;
}

#header .navi .menu {
	display: flex;
	margin: 0 auto;
	width: 1050px;
}

#header .navi .menu li {
	flex: 1;
	text-align: center;
	font-weight: bold;
	line-height: 38px;
	border-left: 1px solid #ffc107;
}

#header .navi .menu li:last-child {
	border-right: 1px solid #ffc107;
}

#header .navi .menu li:hover {
	background-color: #000;
	cursor: pointer;
}

#header .navi .menu li a {
	color: #323232;
}

#header .navi .menu li a:hover {
	color: #ffd55b;
}

#breadcrumbs a:hover {
	color: red;
}

.panel {
	margin-bottom: 30px;
}

.panel-header.title {
	position: relative;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: black;
	box-shadow: 0 0 3px 1px #666;
	overflow: hidden;
}

.panel-header.title p {
	float: left;
	padding-left: 10px;
	color: #ffd55b;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 5px;
}

.panel-header.title::before {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	width: 12%;
	border-bottom: 50px solid #ffff7d;
	border-left: 25px solid transparent;
}

.panel-header.title::after {
	content: "";
	position: absolute;
	right: 0;
	width: 10%;
	border-bottom: 50px solid #ffd55b;
	border-left: 30px solid transparent;
	color: #ffd55b;
}

.sub-image {
	position: absolute;
	top: -15px;
	right: 0px;
	height: 45px;
	z-index: 1;
}
.sub-image-lg {
	position: absolute;
	right: 8px;
	height: 65px;
	z-index: 1;
}

footer {
	padding: 20px;
	text-align: center;
	color: #FFF;
	background-color: #000;
}

footer a {
	color: #fff
}

.js-scroll-top {
	display: none;
	position: fixed;
	padding: 10px 15px;
	bottom: 90px;
	font-weight: bold;
	background-color: #f1be03;
	border-radius: 6px;
	box-shadow: 0 0 5px;
	cursor: pointer;
}

.js-scroll-top:hover {
	background-color: #ffd55b;
}

.button-goto-detail {
	position: relative;
	display: flex;
	width: max-content;
	color: #5c1801;
	font-weight: bold;
	background-color: #ffd200;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #442800;
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1;
}

.button-goto-detail .corner {
	display: block;
	position: absolute;
	left: 6px;
	right: 6px;
	height: 4px;
}

.button-goto-detail .corner:first-child {
	top: 6px;
}

.button-goto-detail .corner:last-of-type {
	bottom: 6px;
}

.button-goto-detail .corner:before, .button-goto-detail .corner:after {
	display: block;
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #ff9800;
	border-radius: 50%;
	box-shadow: 1px 1px 0px 0px #734500 inset, 1px 1px 0px 0px #fff;
}

.button-goto-detail .corner:before {
	left: 1px;
}

.button-goto-detail .corner:after {
	right: 1px;
}

.button-goto-detail .text {
	padding: 10px;
	width: 110px;
	text-align: center;
}

.type-vocal {
	background-color: #337ab7;
}

.type-dancer {
	background-color: #d9534f;
}

.type-session {
	background-color: #5cb85c;
}

.warning {
	margin: 20px 0;
	padding: 8px 15px;
	background-color: #ffd79b;
	border-radius: 4px;
}

.warning p {
	color: #c12d00;
	font-weight: bold;
}