<!--20160217キッズダンス追加:line569 変更時留意-->
@charset "utf-8";

.mb {
	margin-bottom: 1rem;
}

.fb {
	font-size: 1.25rem;
}

#info_detail .shopInfo,
.topics_list {
	padding: 1rem;
	background: #fff;
	box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.1);
}

.headline a {
	text-decoration: underline;
}

.shopInfo strong {
	color: #f33;
}

.topics_list a {
	color: #446cb3;
}

.btn_join a {
	display: block;
}spa

#flyer {
	padding: 1rem;
	background: #fff;
	border-radius: 3px;
}

#flyer li img {
	width: 100%;
}

#store_info,
#gmap {
	margin-bottom: 2rem;
}

#store_info table {
	margin-bottom: 2rem;
}

#store_info td:first-child {
	padding-right: 1rem;
	white-space: nowrap;
}

#store_info ul {
	font-size: 0;
}

#store_info li {
	width: 9rem;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	padding: 0.25rem;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	background: #f64747;
	border-radius: 3px;
	display: inline-block;
}

#store_detail .fs {
	font-size: 80%;
}

#gmap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
}
 
#gmap iframe,
#gmap object,
#gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn_school+.btn_school {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px dotted #626262;
}

#price_detail table {
	width: 100%;
}

#price_detail tr {
	border-top: 1px dotted #626262;
}

#price_detail tr.no-border {
	border-top: none;
}

#price_detail tr.no-border td {
	border-top: 1px dotted #626262;
}

#price_detail tr.no-border td:first-child {
	border-top-color: transparent;
}

#price_detail td {
	padding: 0.5rem 1rem;
}

#price_detail .tb_no-border td + td {
	padding-left: 0;
}

#price_detail td+td {
	font-size: 0.75rem;
	line-height: 1.4;
}

.colspan {
	font-size: 0.9rem;
}

.ladys {
	color: #f00;
	font-size: 0.7rem;
	font-weight: 600;
	margin-left: 0.5rem;
}

#exec {
	padding: 1rem;
	border-bottom: 1px dotted #626262;
}

#exec dt {
	margin-bottom: 0.25rem;
	font-weight: bold;
}

#condition li {
	padding: 0.5rem 0 0.5rem 2.5rem;
	font-size: 1.125rem;
	font-weight: bold;
	border-bottom: 1px solid #707070;
	position: relative;
}

#condition li:first-child {
	border-top: 1px solid #707070;
}

#condition li:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
	margin-top: 0.6rem;
    background: #535151;
    position: absolute;
    top: 2px;
    left: 2px;
}
 
#condition li:after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
	margin-top: 0.6rem;
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
    background: #535151;
	border-right: 1px solid #fcfaf0;
	border-bottom: 1px solid #fcfaf0;
    position: absolute;
    top: 0;
    left: 0;
}
 
#condition li:first-child:after {
    content: "1";
}
 
#condition li:nth-child(2):after {
    content: "2";
}
 
#condition li:nth-child(3):after {
    content: "3";
}
 
#condition li:nth-child(4):after {
    content: "4";
}

#condition+ul {
	margin-top: 0.5rem;
}

#condition+ul li,
#fee li {
	margin-left: 1rem;
}

#condition+ul li:before,
#fee li:before {
	content: "※";
	margin-left: -1rem;
}

#fee dl {
	width: 100%;
	margin-bottom: 0.5rem;
	border: 1px solid #959595;
	font-size: 1.125rem;
	display: table;
}

#fee dt {
	width: 35%;
	padding: 0.5rem 1rem;
	color: #fff;
	background: #959595;
	display: table-cell;
}

#fee dd {
	padding: 0.5rem 1rem;
	background: #fff;
	display: table-cell;
}

#fee dd span {
	font-size: 0.5rem;
}

.payment {
	width: 100%;
	background: #fff;
	border: 2px solid #446cb3;
	display: table;
}

#payeasy_img {
	padding: 1rem;
	display: table-cell;
}

#payeasy_img img {
	width: 100%;
}

#payeasy_text {
	padding: 1rem;
	vertical-align: top;
	display: table-cell;
}

#payeasy_text dt,
#credit_text dt {
	font-weight: bold;
}

#credit_text {
	padding: 1rem;
}

#credit_img {
	padding: 0 1rem 0.5rem;
}

#credit_img img {
	width: 100%;
	max-width: 300px;
}

#admission img {
	width: 285px;
}

#beneplus {
	margin-bottom: 3rem;
}

#beneplus img {
	width: 100%;
}

.btn_book {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
	
.btn_book li {
	width: 50%;
}
.btn_book li img {
	max-width: 100%;
}


.ads .inner h2{display:none;}
.entry-body a{color:#03F; text-decoration:underline;}

/*//////////////////////////////////////////
	mobile
//////////////////////////////////////////*/
@media screen and ( min-width: 320px ) and ( max-width: 740px )
{

#main_inner {
	border-bottom: none;
}

.headline+.sub_title {
	margin-top: 2rem;
}

#info_detail section {
	padding-bottom: 1rem;
}

#info+section {
	margin-bottom: 1rem;
}

.topics_title+p {
	display: none;
}

.topics_list dl {
	margin-left: 1rem;
}

.topics_list dt:before {
	content: "▶";
	margin-left: -1.5rem;
	margin-right: 0.5rem;
	font-size: 50%;
}

#info_detail section+p {
	margin-top: 0.25rem;
	margin-bottom: 2rem;
	text-align: right;
}

#info_detail section+p:before {
	content: "▶";
	margin-right: 0.5rem;
	font-size: 50%;
}

.btn_join {
	text-align: center;
}

.btn_join img {
	width: 295px;
}

.btn_join p {
	background: url('../../img/shop/btn_join_sp_on.png') center top no-repeat;
	background-size: 295px 70px;
}

.btn_join a:hover {
	background: none;
}

.btn_join a:hover img {
	visibility: hidden;
}

#flyer p {
	margin-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-bottom: 0.5rem;
}

#flyer ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}

#flyer li {
	padding: 0.25rem;
	display: table-cell;
}

.btn_school li {
	width: 100%;
	text-align: center;
}

.btn_school img {
	width: 100%;
	max-width: 303px;
}

#price_detail td:first-child {
	width: 11rem;
}

#payeasy_img img {
	max-width: 200px;
}

#admission {
	text-align: center;
}

}



/*//////////////////////////////////////////
	tablet
//////////////////////////////////////////*/
@media screen and ( min-width: 741px ) 
{

.mgb {
	margin-bottom: 1rem;
}

.tb {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.tb_cell {
	display: table-cell;
}

.tb_cell:first-child {
	padding-right: 2rem;
}

#info_detail .tb_cell,
#store_detail .tb_cell {
	vertical-align: top;
}

#main {
	width: 100%;
	float: none;
}

#side {
	float: none;
}

#store_detail,
#price_detail,
#join_detail,
#beneplus {
	margin-left: 2rem;
	margin-right: 2rem;
}

#store_detail .pagein_previous_link,
#price_detail .pagein_previous_link,
#join_detail .pagein_previous_link {
	margin-left: -1rem;
	margin-right: -1rem;
}

#info_detail  section {
	margin-bottom: 3rem;
}

#info_detail  section+p {
	display: none;
}

#info_detail .wrap_topics_title p:first-child {
	float: left;
}

#info_detail .wrap_topics_title p+p {
	margin-top: 0.5rem;
	margin-right: 1rem;
	font-size: 1rem;
	float: right;
}

#info_detail .wrap_topics_title p+p:before,
.topics_list dt:before {
	content: "▶";
	margin-right: 0.5rem;
	font-size: 50%;
}

.topics_list dt,
.topics_list dd {
	display: inline-block;
}

.topics_list dt {
	margin-right: 1rem;
}

#info_detail .tb_cell:nth-child(2) {
	width: 300px;
}

.btn_join a  {
	width: 300px;
	height: 71px;
	background: url('../../img/shop/btn_join.png') left top no-repeat;
	background-size: 300px 71px;
}

.btn_join img {
	display: none;
}

#store_detail,
#join_detail {
	margin-left: 2rem;
	margin-right: 2rem;
}

#store_detail .pagein_previous_link,
#join_detail .pagein_previous_link {
	margin-left: -1rem;
	margin-right: -1rem;
}

.sub_title {
	margin-bottom: 1rem;
}

.headline {
	margin-bottom: 4rem;
}

#store_detail .tb,
#join_detail .tb {
	margin-bottom: 2rem;
}

.btn_school {
	width: 100%;
	display: block;
}

.btn_school a {
	width: 100%;
	height: 67px;
	display: block;
}

#btn_tennis a {
	background: url("../../img/shop/btn_tennis.png") no-repeat;
	background-size: contain;
}

#btn_swimming a {
	background: url("../../img/shop/btn_swimming.png") no-repeat;
	background-size: contain;
}

#btn_ability a {
	background: url("../../img/shop/btn_ability.png") no-repeat;
	background-size: contain;
}

#btn_karate a {
	background: url("../../img/shop/btn_karate.png") no-repeat;
	background-size: contain;
}

#btn_calendar a {
	background: url("../../img/shop/btn_schoolcalendar.png") no-repeat;
	background-size: contain;
}

<!--20160217キッズダンス追加:line568-->
#btn_dance a {
	background: url("../../img/shop/btn_kidsDance_sp.png") no-repeat;
	background-size: contain;
}

#btn_timetable a {
	background: url("../../img/shop/btn_timetable.png") no-repeat;
	background-size: contain;
}

#btn_studio a {
	background: url("../../img/shop/btn_studio.png") no-repeat;
	background-size: contain;
}

#btn_yoga a {
	background: url("../../img/shop/button-yoga.jpg") no-repeat;
	background-size: contain;
}
	
#btn_personal a {
	background: url("../../img/shop/btn_personal.png") no-repeat;
	background-size: contain;
}
    
#btn_kidsDojo a {
	background: url("../../img/shop/KD_btn.png") no-repeat;
	background-size: contain;
}
.btn_school img {
	display: none;
}

#price_detail table {
	table-layout: fixed;
}

#price_detail .tb_cell:first-child table {
	border-bottom: 1px dotted #626262;
}
	
#price_detail .tb_cell.tb_cell_bd {
	border-bottom: 1px dotted #626262;
}

.payment:nth-child(odd) {
	width: 48%;
	float: left;
}

.payment:nth-child(even) {
	width: 48%;
	float: right;
}

#payeasy_img {
	padding-right: 0;
}
	
#beneplus img {
	max-width: 670px;
}

}



/*//////////////////////////////////////////
	pc
//////////////////////////////////////////*/
@media screen and ( min-width: 1024px ) 
{

.btn_school a {
	height: 84px;
}

}