/*五十音検索*/

#search_syllabary,
#search_section_detail form {
	background: #f5f5f5;
}
.artist_tabs {
	display: flex;
	align-items: center;
}
.artist_tabs li a {
	border: 1px #ccc solid;
	background: #fff;
	display: block;
	text-align: center;
}
.artist_tabs li a.current {
	background: #ffd800;
	/* color: #fff; */
}

#search_section_detail {
    margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
#contents_artist_name {
	width: 90%;
	max-width: 1024px;
	margin: 50px auto 0;
}
#search_syllabary {
	margin: 0 0 20px;
}
#contents_artist_name h3 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 8px;
}
.accordion_icon {
	display: none;
}
.artist_tabs,
#search_section_detail form {
	font-size: 1.3rem;
	padding:16px 26px;
}
.artist_tabs li {
	margin: 0 6px 0 0;
}
.artist_tabs li a {
	padding: 10px 24px;
}
.artist_tabs li:first-child a {
	padding: 10px 14px;
}
.artist_tabs li a:hover {
	background: #ffd800;
	/* color: #fff; */
}    
.accordion_icon {
    display: none!important;
}
}
@media screen and (max-width: 767px) {
#contents_artist_name {
    width: 94%;
    margin: 30px auto 0;
}
#search_syllabary {
	display: none;
}
#search_section_word {
	margin: 0 0 14px;
}
#contents_artist_name .accordion_icon {
    background: #ffd800;
}
#contents_artist_name h3 {
	display: block;
    padding: 4px 12px 4px 40px;
    border: none;
    overflow: hidden;
    position: relative;
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
    background: #e5e5e5;
/*    border: 1px solid #d4d4d4;*/
    height: 30px;
}
.accordion_icon,
.accordion_icon span {
	display: none;
}

.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: #000;
}
    
.accordion_icon > div::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -11px;
}
.artist_tabs,
#search_section_detail form {
	font-size: 1.2rem;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 2% 20px;
}
#search_section_detail form {
	display: none;
}
.artist_tabs li {
	width: 19%;
	margin: 0 0 6px;
}
.artist_tabs li:first-child {
	width: 100%;
}
.artist_tabs li a {
	padding: 4px 2%;
}
.artist_tabs li:first-child a {
	display: inline-block;
	padding: 6px 50px;
}
}

/*アーティスト検索*/
input {
-webkit-appearance: none;
}
.easy-select-box {
	display:inline-block;
	position:relative;
}
.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer {
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown {
	position:absolute;
	left:0;
	z-index:99;
	display:none;
}
#keyword_search input {
	border: 1px solid #ccc;
	box-shadow: 0;
	border-radius: 0;
}
.easy-select-box .esb-displayer {
/*	background: url(/lfj_2019/performance/common/img/icon_select_arrow.png) no-repeat 100% center;*/
	color:#ccc;
	padding:9px;
	height:32px;
	width: 100%;
	line-height:1;
	cursor: default;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-weight: normal;
}
.easy-select-box .esb-displayer::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
}

.easy-select-box:focus {
	outline: none;
}
.easy-select-box:hover .esb-displayer {
	text-decoration:none;
}
.easy-select-box .esb-dropdown {
	border:1px solid #ccc;
	overflow:auto;
	background:#fff;
	box-sizing: border-box;
	padding: 6px 0;
}
.easy-select-box .esb-dropdown .esb-item {
	padding:2px 10px;
	background:#fff;
	color:#000;
	cursor:default;
	font-size: 1.3rem;
}
.easy-select-box .esb-dropdown .esb-item:hover{
	background:#ffd800;
	/* color:#fff; */
	text-decoration:none;
}
.esb-item:first-child{
	display: none;
}
.submit_btn_bx input {
	background: #000;
	border: 1px #000 solid;
	color:#fff;
	padding: 6px 52px;
	font-size: 1.3rem;
	cursor: pointer;
	border-radius: 0;
	
}
.submit_btn_bx input:hover {
	color: #000;
	background: #fff;
}
@media screen and (min-width: 768px) {
.search_up_bx,
#select_age,
#select_place {
	float: left;
}
.search_up_bx{
	width: 286px;
	margin: 0 20px 0 0;
}
#keyword_search input {
	max-width: 286px;
	height:32px;
	padding:9px;
}
#select_age {
	width: 275px;
	margin: 0 20px 0 0;
}
#select_place {
	width: 275px;
}
.submit_btn_bx {
	text-align: center;
	margin:20px 0 0;
}
.easy-select-box {
	max-width: 275px;
	text-align:left;
	font-size:1.3rem;;
	color:#ccc;
	background: #fff;
}
}
@media screen and (max-width: 767px) {
.easy-select-box .esb-displayer{
	height: auto;
	padding: 8px 0 8px 6px;
}
.search_up_bx {
	width: 96%;
	margin: 0 auto 14px;
}
#keyword_search input {
	width: 100%;
	height:32px;
	padding:9px;
}
#select_age {
	width: 96%;
	margin: 0 auto 14px;
}
#select_place {
	width: 96%;
	margin: 0 auto 14px;
}
.easy-select-box {
	width: 100%;
	text-align:left;
	font-size:1.3rem;;
	color:#ccc;
	background: #fff;
}
.submit_btn_bx {
	margin:0;
	text-align: center;
}
}

/*アーティスト一覧*/
.artist_list_outer {
	display: flex;
	flex-wrap: wrap;
}
.artist_list_photo {
	/*background: #f5f5f5;*/
}
.artist_list_photo td {
	vertical-align: middle;
}
.artist_list_photo td img {
	display: block;
	margin: 0 auto;
}
#search_conditions_syllabary,
#search_conditions_artist {
	border-bottom: 2px #ffd800 solid;
	font-size: 2.2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
.artist_list {
	width: 23.5%;
	margin: 0 2% 30px 0;
	font-size: 1.4rem;
}
.artist_list:nth-child(4n) {
	margin-right: 0;
}
}
@media screen and (max-width: 767px) {
.artist_list {
	width: 32%;
	margin: 0 2% 20px 0;
}
.artist_list p {
	font-size: 1.1rem;
	margin: 0;
}
.artist_list:nth-child(3n) {
	margin-right: 0;
}
.artist_list_photo img {
	width: auto;
}
#search_conditions_syllabary,
#search_conditions_artist {
    font-size: 1.6rem;
}
#search_section_detail {
    margin-bottom: 0;
}
}


/*タブレット調整*/
@media screen and (min-width:768px) and (max-width:1025px) {
.artist_tabs, #search_section_detail form {
    padding: 16px 3%;
}
.artist_tabs li a:first-child {
    padding: 10px 10px;
}
.artist_tabs li a {
    padding: 10px 16px;
}
.search_up_bx {
    width: 31%;
    margin: 0 14px 0 0;
}
.search_up_bx input {
    width: 100%;
}
#select_age {
    width: 31%;
    margin: 0 14px 0 0;
}
#select_place {
    width: 31%;
}
}




