@charset  "UTF-8";

.form {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}

.content.entry h1{
	margin-top: 31px;
	line-height: 1.5;
}

@media (min-width: 769px) {
	
	.content.entry h1{
		margin-top: 76px;
	}

}

.content .list {max-width: 980px;}
/* .dl_group dl dt dd */
/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
.dl_group{
	border-bottom: #eee 1px solid;
	margin-bottom: 32px;
}

/* entry_date */
/*       -       -       -       -       -       -       - */
.dl_group .entry_date .selector {
	margin-left: 45px;
}

.dl_group .entry_date .wrap_selecter {
	position: relative;
	width: 100%;
}

.dl_group .entry_date .wrap_selecter.date {
	margin-bottom: 16px;
}

.dl_group .entry_date .wrap_selecter .label_double {
	position: absolute;
	line-height: 52px;
}

/* birthday */
/*       -       -       -       -       -       -       - */
.dl_group .birthday p {
	text-align: left;
}

.dl_group .birthday dd {
	text-align: left;
	position: relative;
}

.dl_group .birthday .label {
	display: inline-block;
	text-align: center;
	width: 5%;
}

.dl_group .birthday .label_double {
	display: inline-block;
	width: 9%;
}

.dl_group .birthday input {
	display: inline-block;
	text-align: right;
}

.dl_group .birthday .year {
	width: 22%;
}

.dl_group .birthday .month {
	width: 22%;
}

.dl_group .birthday .date {
	width: 22%;
}

/* email */
/*       -       -       -       -       -       -       - */
.dl_group .email_address input {
	margin-bottom: 12px;
}

.dl_group .email_address .info {
	margin-top: 12px;
}

/* postal */
/*       -       -       -       -       -       -       - */
.dl_group .postal input[type=text] {
	display: inline-block;
	width: 56%;
}

.dl_group .postal input[type=button] {
	display: inline-block;
	width: 38%;
	padding: 10px 0;
	margin-left: 4%;
}

/* textarea */
/*       -       -       -       -       -       -       - */
.dl_group textarea {
	font-size: 1.4rem;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 1em;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: -5px;
	height: 190px;
}

/* check_box */
/*       -       -       -       -       -       -       - */

input[ type=checkbox ]{
	display: none;
}

input[ type=checkbox ] + label{
	cursor: pointer;
	padding:10px;
}

input.notice[ type=checkbox ] + label{
	background: #fdf2f5;
}

input[ type=checkbox ] + label:before{
	content: "";
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	border-radius: 2px;
	top: 2px;
	margin-right: 6px;
	background: #fff;
}
input[ type=checkbox ]:checked + label:before{
	background: #fff url(/img/201606wab/check.png) no-repeat 2px 3px;
	background-size: 70%; auto;
}



/* gym_list */
/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
.gym_list .cell {
	padding: 10px 0;
}

.gym_list .cell:nth-child(2n+1) {
	padding-left: 0;
}

.gym_list .cell:nth-child(2n+2) {
	padding-right: 0;
}

.gym_list .cell a,
.gym_list .cell input[type=submit] {
	background: url(/img/201606wab/admission/arrow.png) no-repeat 20px 35px;
	background-size: 27px auto;
	width: 100%;
	height: 75px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 10px;
	display: block;
	line-height: 75px;
	font-size: 1.2rem;
	letter-spacing: 1px;
}

.gym_list .cell button[type=submit] {
	background: url(/img/201606wab/admission/arrow.png) no-repeat 20px 35px;
	background-size: 27px auto;
	width: 100%;
	min-height: 75px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 10px;
	display: block;
	line-height: 1.8rem;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
.gym_list .cell a:hover,
.gym_list .cell input[type=submit]:hover,
.gym_list .cell button[type=submit]:hover{
	background-color: #fafafa;
}

/* schedule */
/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
.schedule {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.schedule .week {
	display: none;
	position: relative;
	overflow: hidden;
}

.schedule .week .date {
	line-height: 0;
	overflow: hidden;
	height: 41px;
	transition: .4s;
	-webkit-transition: .4s;
}

.schedule .week .date.open {
	margin-bottom: 0;
	height: 224px;
}

.schedule .week .date .label {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	border: 1px solid #eee;

	z-index: 1;
	background: #fff;
}
.schedule .week .date.no_staff .label {
	position: relative;
	cursor: default;
	pointer-events: none;
	color: #999;
}
.schedule .week .date .label>br{
	display: none;
}
.schedule .week .date .label>span{
	margin-left: .5rem;
}


.schedule .week .date .label:hover {
	opacity: 1;
}

.schedule .week .date .label:after {
	content: "";
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -3px;
	background: url(/img/201606wab/arrow_down.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 6px;
}

.schedule .week .date.open .label:after {
	margin-top: -3px;
	background: url(/img/201606wab/arrow_up.png) no-repeat;
	background-size: contain;
}

.schedule .week .date.no_staff .label:after{
	display: inline-block;
}
.schedule .week .date.no_staff .label:after{
	line-height: 0;
	position: static;
	display: inline;
	width: 100px;
	right: 0;
	text-align: left;
	background: none;
	margin-left: .5em;
}

.schedule .week .date .hours {
	text-align: left;
	margin: 10px auto;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.schedule .week .date.no_staff .hours {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	font-weight: 100;
	color: #666;
	margin: 0;
	padding: 0;
}

.schedule .week .date.open .hours {
	z-index: 2;
}

.schedule .week .date .hours:after {
	clear: both;
}

.schedule .week .date .hours .hour {
	float: left;
	width: 23.8%;
	background: #eee;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 7px 0;
	margin: 2px .6%;
	border-radius: 6px;
	line-height: 1.5;
}

.schedule .week .date .hours .ng {
	background: #fff;
	cursor: default;
}

.schedule .week .date .hours .ng:hover {
	opacity: 1;
}

.schedule .week .date .hours .time:before {
	display: inline;
}

.schedule .week .date .hours .ok .time:before {
	content: '\25EF\A';	/* maru */
	white-space: pre;
}

.schedule .week .date .hours .few .time:before {
	content: '\25B3\A'; /* sankaku */
	white-space: pre;
}

.schedule .week .date .hours .ng .time:before {
	content: '×\A'; /* batsu */
	white-space: pre;
}





@media (min-width: 769px) {

	/* form dl dt dd input */
	/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
	.dl_group .selector {
		width: 50%;
	}

	.dl_group {
		font-size: 1.4rem;
	}

	.dl_group dl {
		vertical-align: top;
		display: table;
		table-layout: auto;
		width: 100%;
		margin: 0 auto;
	}

	.dl_group dl dt {
		width: 20.5%;
		display: table-cell;
		padding: 0 1em;
		height: 100%;
		vertical-align: middle;
		border-left: #eee 1px solid;
		border-right: #eee 1px solid;
		text-align:left;
	}

	.dl_group dl dd {
		display: table-cell;
		border-right: #eee 1px solid;
		padding: 1em;
		height: 70px;
		vertical-align: middle;
	}
	.confirm .dl_group dl dd {text-align:left;}

	/* birthday */
	/*       -       -       -       -       -       -       - */

	.dl_group .list.birthday .label {
		width: 5%;
	}

	.dl_group .list.birthday .label_double {
		width: 5%;
	}

	.dl_group .list.birthday .year {
		width: 25%;
	}

	.dl_group .list.birthday .month {
		width: 25%;
	}

	.dl_group .list.birthday .date {
		width: 25%;
	}


	/* email */
	/*       -       -       -       -       -       -       - */

	.dl_group .list.email_address {
		margin-bottom: 50px;
	}

	.dl_group .list.postal input[type=text] {
		width: 72%;
	}

	.dl_group .list.postal input[type=button] {
		width: 24.3%;
		margin-left: 2.2%;
	}


	/* textarea */
	/*       -       -       -       -       -       -       - */
	.dl_group textarea {
		font-size: 1.4rem;
	}



	/* gym_list */
	/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
	.gym_list .cell {
		padding: 10px;
	}

	.gym_list .cell a,
	.gym_list .cell input[type=submit] {
		font-size: 1.4rem;
		height: 116px;
		line-height: 116px;
		background: url(/img/201606wab/admission/arrow.png) no-repeat 30px 55px;
		background-size: 27px auto;
	}

	.gym_list .cell button[type=submit] {
		font-size: 1.4rem;
		min-height: 116px;
		text-align: center;
		background: url(/img/201606wab/admission/arrow.png) no-repeat 30px 55px;
		background-size: 27px auto;
	}

	/* schedule */
	/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
	.schedule {
		font-size: 1.4rem;
		border-bottom: 0;
		margin-bottom: 50px;
	}

	.schedule .schedule_title {
		background: #f9f9f9;
		height: 60px;
		line-height: 60px;
		border: #eee solid 1px;
	}

	.schedule .cell.label_hour {
		width: 83%;
	}

	.schedule .cell.label_date {
		width: 17%;
		border-right: #eee solid 1px;
	}

	.schedule .week {
		width: 100%;
	}

	.schedule .week .date {
		display: table;
		width: 100%;
		text-align: left;
		height: 164px;
		border: 1px solid #eee;
		border-top: none;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
	}


	.schedule .week .date .label>br{
		display: inline;
	}
	.schedule .week .date .label>span{
		margin-left: 0;
	}

	.schedule .week .date.no_staff .label:after{
		display: none;
	}

	.schedule .week .date.open {
		height: 164px;
	}

	.schedule .week .date .label {
		display: table-cell;
		width: 17%;
		text-align: center;
		box-sizing: border-box;
		border: none;
		height: 100%;
		line-height: 2rem;
		vertical-align: middle;
		cursor: default;
	}

	.schedule .week .date .label {
		border-right: #eee solid 1px;
	}

	.schedule .week .date .label:after {
		display: none;
	}

	.schedule .week .date .hours {
		width: 83%;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		top: 0;
		padding-left: 1%;
		margin: 15px 0;
	}

	.schedule .week .date .hours .hour {
		width: 19%;
		padding: 10px 0;
		margin: 3px .35%;
		border-radius: 3px;
		background: #f9f9f9;
		line-height: 1.5;
	}

	.schedule .week .date .hours .ng {
		background: #fff;
	}

}



/*2021_12追記*/
.reserve{
	width:18%;
	font-size: 1.1em;
	font-weight: bold;
	color:#fff;
	background-color: #EE780C;
	text-align: center;
    padding: 1%;
    margin: 5% auto -8%!Important;
	text-decoration: none;
	display:block;
}

#wrapper > div.content > section > ul > li:nth-child(1) > a:hover{
	opacity: 0.8;
	color:#fff;
}

#wrapper > div.content > p{
	background-color: #d9e8e0;
    padding: 10%;
    margin: 0 auto -13%;
}

#wrapper > div.content > section > ul > li.program_item.block_item.bg_lightgreen{
	padding: 18% 0 5%;
    margin-top: -11.5%;
}

@media (max-width: 769px) {
    .reserve{
		width:60%;
		font-size: 1.1em;
		font-weight: bold;
		color:#fff;
		background-color: #EE780C;
		text-align: center;
		padding: 1%;
		margin: 10% auto -9vw!Important;
		text-decoration: none;
		display:block;
    }

	#wrapper > div.content > p{
		background-color: #d9e8e0;
		padding: 10%;
		margin: 10% auto -27%;
	}

	#wrapper > div.content > section > ul > li.program_item.block_item.bg_lightgreen{
		padding: 0%;
		margin-top: 0%;
	}
	
	#wrapper > div.content > section > ul > li:nth-child(1) > a:hover{
		color:#fff;
		opacity: 0.8;
	}	
}
