@charset "UTF-8";
/* CSS Document */

/*-----------------------------------
title
-----------------------------------*/
/* min_title */


/*-----------------------------------
▽トップページ
box_genre
-----------------------------------*/
.box_genre h3 {
	text-align: center;
}
.list_genre {
	max-width: 890px;
	margin: 0 auto;
}
.list_genre li {
	width: 33.33%;
	float: left;
}
.list_genre li a {
	display: block;
	margin: 15px;
	padding: 18px;
	text-align: center;
	border: solid #000 1px;
	border-radius: 6px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 125%;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
}
.list_genre li a:hover {
	background: #d52328;
	color: #fff;
	border: solid #d52328 1px;
}
.list_genre li.area01 a {background: rgba(255,255,255,0.7) url(../img/dance/list_genre/text01.png) no-repeat center;}
.list_genre li.area01 a:hover {background: #d52328 url(../img/dance/list_genre/text01_on.png) no-repeat center;}
.list_genre li.area02 a {background: rgba(255,255,255,0.7) url(../img/dance/list_genre/text02.png) no-repeat center;}
.list_genre li.area02 a:hover {background: #d52328 url(../img/dance/list_genre/text02_on.png) no-repeat center;}
.list_genre li.area03 a {background: rgba(255,255,255,0.7) url(../img/dance/list_genre/text03.png) no-repeat center;}
.list_genre li.area03 a:hover {background: #d52328 url(../img/dance/list_genre/text03_on.png) no-repeat center;}
.list_genre li.area04 a {background: rgba(255,255,255,0.7) url(../img/dance/list_genre/text04.png) no-repeat center;}
.list_genre li.area04 a:hover {background: #d52328 url(../img/dance/list_genre/text04_on.png) no-repeat center;}
.list_genre li.area05 a {background: rgba(255,255,255,0.7) url(../img/dance/list_genre/text05.png) no-repeat center;}
.list_genre li.area05 a:hover {background: #d52328 url(../img/dance/list_genre/text05_on.png) no-repeat center;}

@media screen and (max-width: 1020px) {
.box_genre h3 {
	text-align: inherit;
}
.list_genre li {
	width: 100%;
	float: inherit;
}
.list_genre li a {
	margin: 10px;
}
.list_genre li.area01 a,
.list_genre li.area02 a,
.list_genre li.area03 a,
.list_genre li.area04 a,
.list_genre li.area05 a {
	background: none;
	text-indent: inherit;
	padding: 8px;
}
.list_genre li.area01 a:hover,
.list_genre li.area02 a:hover,
.list_genre li.area03 a:hover,
.list_genre li.area04 a:hover,
.list_genre li.area05 a:hover {
	background: #d52328;
}
}
/*-----------------------------------
▽検索ページ
search_dance
-----------------------------------*/
.box_search_area,
.box_search_keyword {
	float: left;
	margin-bottom: 20px;
}
.box_search_area {
	width: 44%;
	margin-right: 3%;
}
.box_search_keyword {
	width: 53%;
}
@media screen and (max-width: 1020px) {
.box_search_area,
.box_search_keyword {
	float: none;
	width: 100%;
}
h3.title_bs img {
	display: none;
}
h3.title_bs {
	padding-left: 0.5em;
	border-left: solid #d52328 6px;
	font-size: 113%;
}
h3.title_bs::before {
	content: attr(data-label);
}
}
/* form style */
input {
	border: none;
	outline: none;
}
input[type="submit"] {
	display: block;
	padding: 3px 30px;
	margin: 0 auto;
	background: #150e0d;
	color: #fff;
	font-size: 163%;
	border-radius: 4px;
	cursor: pointer;
}
input[type="submit"]:hover {
	background: #555;
}
.box_search_keyword input[type="text"] {
	border: solid #ccc 1px;
	border-radius: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1em;
}
/*-----------------------------------
エリアから探す
-----------------------------------*/
.box_mapImage {
	position: relative;
	margin-bottom: 20px;
}
.box_mapImage ul.box_mapImage {
	width: 100%;
	background: url(../img/dance/map.gif) center no-repeat;
	background-size: contain;
	overflow: hidden;
}
.box_mapImage ul.box_mapImage li {
	width: 50%;
	float: left;
	margin: 25px 0;
}
.box_mapImage ul.box_mapImage li a {
	display: block;
	margin: 0 10px;
	padding: 18px;
	text-align: center;
	border: solid #000 1px;
	border-radius: 8px;
	box-sizing: border-box;
	font-weight: bold;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
}
.box_mapImage ul.box_mapImage li a:hover {
	border: solid #d52328 1px;
}
.box_mapImage ul.box_mapImage li.area01 a {background: rgba(255,255,255,0.7) url(../img/dance/text04.png) no-repeat center;}
.box_mapImage ul.box_mapImage li.area01 a:hover {background: #d52328 url(../img/dance/text04_on.png) no-repeat center;}
.box_mapImage ul.box_mapImage li.area02 a {background: rgba(255,255,255,0.7) url(../img/dance/text05.png) no-repeat center;}
.box_mapImage ul.box_mapImage li.area02 a:hover {background: #d52328 url(../img/dance/text05_on.png) no-repeat center;}
.box_mapImage ul.box_mapImage li.area03 a {background: rgba(255,255,255,0.7) url(../img/dance/text06.png) no-repeat center;}
.box_mapImage ul.box_mapImage li.area03 a:hover {background: #d52328 url(../img/dance/text06_on.png) no-repeat center;}
.box_mapImage ul.box_mapImage li.area04 a {background: rgba(255,255,255,0.7) url(../img/dance/text07.png) no-repeat center;}
.box_mapImage ul.box_mapImage li.area04 a:hover {background: #d52328 url(../img/dance/text07_on.png) no-repeat center;}
.box_mapImage ul.box_mapImage li.area05 a {background: rgba(255,255,255,0.7) url(../img/dance/text08.png) no-repeat center;}
.box_mapImage ul.box_mapImage li.area05 a:hover {background: #d52328 url(../img/dance/text08_on.png) no-repeat center;}
.box_mapImage ul.box_mapImage li.area06 a {background: rgba(255,255,255,0.7) url(../img/dance/text09.png) no-repeat center;}
.box_mapImage ul.box_mapImage li.area06 a:hover {background: #d52328 url(../img/dance/text09_on.png) no-repeat center;}
/* 検索ページ PC表示のみボタン位置調整*/
@media screen and (min-width: 1021px) {
.box_mapImage ul.box_sort {
	height: 354px;
}
.box_mapImage ul.box_sort li {
	position: absolute;
}
.box_mapImage ul.box_sort li.area01 {top: 0;left: 0;}
.box_mapImage ul.box_sort li.area02 {top: 0;right: 0;}
.box_mapImage ul.box_sort li.area03 {top: 50%;left: 0;margin-top: -34px;}
.box_mapImage ul.box_sort li.area04 {top: 50%;right: 0;margin-top: -34px;}
.box_mapImage ul.box_sort li.area05 {left: 0;bottom: 0;}
.box_mapImage ul.box_sort li.area06 {right: 0;bottom: 0;}
}
/* 都道府県オーバーレイ */
.box_prefectures {
	width: 100%;
	height: 100%;
	padding: 40px;
	position: absolute;
	overflow: hidden;
	top: 0;
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
	display: none;
}
.box_prefectures ul {
	margin-bottom: 30px;
	display: none;
}
.box_prefectures ul li {
	float: left;
	width: 50%;
}
.box_prefectures .btn_close {
	position: absolute;
	right: 15px;
	top: 10px;
	color: #fff;
	cursor: pointer;
}
.search_dance .box_prefectures input[type="submit"] {
	background: #d52328;
}
.search_dance .box_prefectures input[type="submit"]:hover {
	background: #e45c5f;
}
/* form style */
input[type=radio] {
	display: none;
}
.radio {
	display: block;
	line-height: 1.2;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	padding: 10px 0 10px 1.2em;
	vertical-align: middle;
	cursor: pointer;
	font-size: 26px;
	color: #fff;
	margin-right: 1.5em;
}
.radio:hover::before {
	border-color: #d52328;
}
.radio::before,
.radio::after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin-top: 14px;
	width: 24px;
	height: 24px;
	border: 3px solid #ccc;
	border-radius: 50%;
	content: '';
	box-sizing: border-box;
}
.radio::after {
	border: none;
	background-color: #d52328;
	opacity: 0;
}
input[type=radio]:checked + .radio:after {
	opacity: 1;
}
/* 東京23区のみスタイルを小さく */
.box_prefectures ul.prefectures_sub li {
	width: 33%;
}
.box_prefectures ul.prefectures_sub .radio {
	line-height: 1;
	padding: 9px 0 9px 1.2em;
	font-size: 18px;
	margin-right: inherit;
}
.box_prefectures ul.prefectures_sub .radio::before,
.box_prefectures ul.prefectures_sub .radio::after {
	margin-top: 9px;
	width: 18px;
	height: 18px;
}
@media screen and (max-width: 1020px) {
.box_mapImage ul.box_mapImage {
	background: none;
}
.box_mapImage ul.box_mapImage li {
	float: none;
	margin: 10px 0;
	width: 100%;
}
.box_mapImage ul.box_mapImage li a {
	padding: 8px;
	border-radius: 4px;
	text-indent: inherit;
	white-space: inherit;
	font-size: 125%;
}
.box_mapImage ul.box_mapImage li.area01 a,
.box_mapImage ul.box_mapImage li.area02 a,
.box_mapImage ul.box_mapImage li.area03 a,
.box_mapImage ul.box_mapImage li.area04 a,
.box_mapImage ul.box_mapImage li.area05 a,
.box_mapImage ul.box_mapImage li.area06 a {
	background: none;
}
.box_mapImage ul.box_mapImage li.area01 a:hover,
.box_mapImage ul.box_mapImage li.area02 a:hover,
.box_mapImage ul.box_mapImage li.area03 a:hover,
.box_mapImage ul.box_mapImage li.area04 a:hover,
.box_mapImage ul.box_mapImage li.area05 a:hover,
.box_mapImage ul.box_mapImage li.area06 a:hover {
	background: #d52328;
	border: solid #d52328 1px;
	color: #fff;
}
.box_prefectures {
	padding: 60px 20px 20px 20px;
	position: absolute;
	overflow: hidden;
	top: 0;
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
	display: none;
}
.radio {
	padding-left: 24px;
	font-size: 18px;
}
.radio::before,
.radio::after {
	margin-top: 12px;
	width: 18px;
	height: 18px;
}
}
/*-----------------------------------
▽検索結果ページ
wrap_dance
-----------------------------------*/
.wrap_dance {
	overflow: hidden;
}
.wrap_dance .result_main {
	float: right;
	width: 100%;
	margin: 0 0 0 -200px;
}
.wrap_dance .result_main .contents_dance {
	margin: 0 0 0 240px;
}
.wrap_dance .result_side {
	float: left;
	width: 200px;
}
/* responsive style */
@media screen and (max-width: 1020px) {
	.wrap_dance .result_main,
	.wrap_dance .result_main .contents_dance,
	.wrap_dance .result_side {
		float: none;
		width: 100%;
		margin: 0;
	}
	.wrap_dance .result_side td.ui-state-highlight{
		padding:5px 0;
	}
}
.btn_open_search {
	width: 100%;
	padding: 10px 0;
	background: #648940;
	text-align: center;
	font-size: 150%;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 6px;
}
/*-----------------------------------
検索結果エリア
-----------------------------------*/
.btn_reset a {
	display: inline-block;
	font-size: 12px;
	border: solid #ff9d40 2px;
	background: #ffce9f;
	font-weight: bold;
	border-radius: 3px;
	padding: 0 3px;
}
.wrap_dance .result_main p {
	font-size: 94%;
}
.wrap_dance .result_main .search_status {
	font-size: 75%;
	font-weight: bold;
	color: #928b8b;
	margin: 10px 0;
}
.wrap_dance .result_main .list_result {
	border-top: solid #ddd 1px;
	margin-bottom: 20px;
}
.wrap_dance .result_main .list_result li {
	overflow: hidden;
	border-bottom: solid #ddd 1px;
}
.wrap_dance .result_main .list_result li .result_info {
	float: left;
	width: 69%;
	line-height: 1.4;
	padding-right: 2%;
}
#wrap .wrap_dance .result_main .list_result li .result_info h3 {
	font-size: 113%;
	margin-bottom: 5px;
}
.wrap_dance .result_main .list_result li a {
	display: block;
	overflow: hidden;
	padding: 20px 0;
}
.wrap_dance .result_main .list_result li .result_info p {
	margin-bottom: 1em;
}
.wrap_dance .result_main .list_result li .result_image {
	float: left;
	width: 29%;
}
/* responsive style */
@media screen and (max-width: 1020px) {
	.wrap_dance .result_main .list_result li .result_info,
	.wrap_dance .result_main .list_result li .result_image {
		float: none;
		width: 100%;
		padding: 0;
	}
	#wrap .wrap_dance .result_main .list_result li .result_info h3 {
		margin-bottom: 5px;
	}
}
/*-----------------------------------
PCサイドバー
-----------------------------------*/
@media screen and (min-width: 1021px) {
/* min_title */
.wrap_dance .result_side input[type="submit"] {
	font-size: 100%;
}
.wrap_dance .result_side .box_search_keyword input[type="text"] {
	border-radius: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 94%;
}
.wrap_dance .result_side .box_search_area,
.wrap_dance .result_side .box_search_keyword {
	float: none;
	width: 100%;
}
/* h3_title */
.wrap_dance .result_side h3.title_bs img {
	display: none;
}
.wrap_dance .result_side h3.title_bs {
	padding-left: 0.5em;
	border-left: solid #d52328 6px;
	font-size: 113%;
}
.wrap_dance .result_side h3.title_bs::before {
	content: attr(data-label);
}
/* キーワードから探す サイドバー */
.wrap_dance .result_side .box_search_keyword input[type="text"] {
	border-radius: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
}
/* エリアから探す */
.wrap_dance .result_side .box_mapImage ul.box_mapImage {
	background: none;
}
.wrap_dance .result_side .box_mapImage ul.box_mapImage li {
	float: none;
	margin: 10px 0;
	width: 100%;
}
.wrap_dance .result_side .box_mapImage ul.box_mapImage li a {
	display: block;
	margin: 0;
	padding: 8px 0;
	border-radius: 4px;
}
.wrap_dance .result_side .box_prefectures {
	padding: 30px 20px 20px 20px;
	position: absolute;
	overflow: hidden;
	top: 0;
	background: rgba(0,0,0,0.8);
	box-sizing: border-box;
	display: none;
}
.wrap_dance .result_side .box_prefectures ul li {
	float: none;
	width: 100%;
}
.wrap_dance .result_side .radio {
	padding: 6px 0 6px 24px;
	font-size: 18px;
}
.wrap_dance .result_side .radio::before,
.wrap_dance .result_side .radio::after {
	margin-top: 7px;
	width: 18px;
	height: 18px;
}
/* こだわり条件タグ */
.wrap_dance .result_side .list_tag li span {
	padding: 0 8px;
	font-size: 82%;
	height: 18px;
	line-height: 18px;
	border-radius: 9px;
}
/* 東京23区のみスタイルを小さく */
.wrap_dance .result_side .box_prefectures ul.prefectures_sub {
	padding-top: 10px;
}
.wrap_dance .result_side .box_prefectures ul.prefectures_sub li {
	width: 50%;
	float: left;
}
.wrap_dance .result_side .box_prefectures ul.prefectures_sub .radio {
	line-height: 1;
	padding: 6px 0 5px 1.2em;
	font-size: 14px;
	margin-right: inherit;
}
.wrap_dance .result_side .box_prefectures ul.prefectures_sub .radio::before,
.wrap_dance .result_side .box_prefectures ul.prefectures_sub .radio::after {
	margin-top: 4px;
	width: 14px;
	height: 14px;
}
}
/*-----------------------------------
▽個別ページ
page.html
-----------------------------------*/
#wrap h2.tit_dance_page {
	font-size: 45px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.btn_sendMail a span {
	padding: 0 10px;
	font-size: 13px;
}
.box_school_info ul {
	overflow: hidden;
	margin-bottom: 1.5em;
}
.box_school_info ul li {
	font-size: 94%;
	width: 50%;
	float: left;
	border-bottom: solid #ccc 1px;
	word-break: break-all;
	overflow: hidden;
	line-height: 1.4;
	padding: 3px 0;
}
.box_school_info ul li:first-child,
.box_school_info ul li:nth-child(2),
.box_school_info ul li:last-child {
	width: 100%;
	float: inherit;
}
.box_school_info ul li strong {
	width: 6em;
	float: left;
}
.box_school_info ul li span {
	display: block;
	overflow: hidden;
}
.slider ul li{
	display: table;
}
.slider ul li .tbl-cell{
	display:table-cell;
	vertical-align:middle;
}

@media screen and (max-width: 1020px) {
#wrap h2.tit_dance_page {
	font-size: 30px;
}
.box_school_info ul li {
	width: 100%;
	float: inherit;
}
.box_school_info ul li.bsi_nodata {
	display: none;
}
}
/*-----------------------------------
キャンペーン以下エリア
-----------------------------------*/
#wrap .box_comment h3.title_bgBlack {
	margin-bottom: 10px;
	padding: 2px 8px;
}
.box_gMap {
	margin-bottom: 2em;
	line-height: 0;
	border: solid #ccc 1px;
	position: relative;
}
.box_gMap iframe {
	width: 100%;
	height: 400px;
}
.btn_page_back {
	text-align: center;
}
.btn_page_back a {
	display: inline-block;
	background: #150e0d;
	color: #fff;
	padding: 3px 30px;
	font-size: 125%;
	border-radius: 4px;
}
.btn_page_back a:hover {
	background: #555;
}
@media screen and (max-width: 1020px) {
	.box_gMap iframe {
		height: 240px;
	}
}
/*-----------------------------------
▽その他　追記
other style
-----------------------------------*/
/* 検索結果ページトップバナー */
.area_bnrTop {
	float: left;
	width: 200px;
	margin-bottom: 1em;
	position: relative;
}
@media screen and (max-width: 1020px) {
.area_bnrTop {
	float: inherit;
	width: 100%;
	text-align: center;
}
.area_bnrTop a#splink_c {
	content: url(../img/common/side/bnr_nubra_s.gif);
	max-width: 100%;
}
}