@charset "UTF-8";
/* --------------------------------------------------
* Layout
* -------------------------------------------------- */

/* Main
* -------------------------------------------------- */
#main {}

#main .inner {}

#academy .inner {
background-color :#F2F2F2;
padding: 3em 6em;
}

/*#academy h2 {
font-size: 50px;
font-size: 5.0rem;
text-align:center;
margin: 0 0 0.5em 0;
}

#academy h2 span.red {
color :#D02D1D;
}

.academyArea {
border: 1px solid #CCCCCC;
padding: 1.5em 3em 1em 3em;
}

.academyArea p {
color :#4D4D4D;
font-weight: 700;
margin: 0 0 1em 0;
}

#main .inner h3 {
color:#FFF;
font-size: 18px;
font-size: 1.8rem;
background-color: #000;
padding: 0.4em 1em 0.2em 1em;
margin: 2.8em 0 1.8em 0;
}*/



/* スタンプカード
* -------------------------------------------------- */

#stampcard {
	margin:0 0 40px 0;
	padding:40px 0 0 0;
}
#stampcard ul {
	margin: 0px;
	padding: 0px;
}

#stampcard .novelty_box {
	width: 55%;
	margin:0 auto;
	border-radius: 5px;
	background-color: #FFF1DD;
	padding:1em;
	margin-top:1em;
	box-shadow: 4px 4px #e9e9e9;
}

#stampcard .novelty_box dl{
	font-size:1.6rem;
	width:100%;
}
/*#stampcard .novelty_box dt:before {
  display: inline;
  content: "●"
}*/

#stampcard .novelty_box dt {
	width:35%;
	float: left;
	margin-bottom:1em;
	background-image: url(../img/icon_stamp.png);
	background-repeat: no-repeat;
	padding-left: 2em;
	padding-top: 0.2em;
}
#stampcard .novelty_box dd {
	margin-bottom:1em;
	border-bottom: dotted 2px #fff;
	padding-top: 0.2em;
	width:100%;
}
	
#stampcard .novelty_box p {
	font-size:1.4rem;
	line-height:1.5;
	text-align:right;
}

#stampcard .novelty_box .novelty {
	padding:10px 0 10px;
	font-weight:bold;
}

#attention p {
	font-size:1.2rem;
	line-height:1.5;
	margin:15px 0 20px;
}
#attention li {
	font-size:1.4rem;
	line-height:1.5;
	margin-bottom:1em;
	padding-left: 2.2em;
	background-image: url(../img/icon_att.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*#attention li:before {
	display: inline;
	content: "※"
}*/



#attention .inner {
	padding:1em 2em;
	border: 1px solid #D5D5D5;
}
#attention .attention_tit {
	font-size:1.6rem;
	background-color: #3b3b3b;
	padding: 0.5em 1em;
	color:#FFF;
}
.attention_txt p {
	margin:1em 0;
}


/* --------------------------------------------------
* 開催中止・調整中などのグレーボタン
* -------------------------------------------------- */
#courseDetail .ceaseBt {
	display: block;
    position: relative;
    width: 600px;
    margin: 50px auto;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-decoration: none;
    border: 3px solid;
    border-radius: 10px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
	background: #989898;
    padding: 15px;
    border-color: #636363;
    line-height: 1.4;
	text-align: center;
}
		@media screen and (max-width: 479px){
			.ceaseBt {
				width: 80%;
			}	
		}


/* --------------------------------------------------
* 二回目
* -------------------------------------------------- */
#main .secondtime {
    font-weight: bold;
    line-height: 2em;
}

#main .secondtime span {
    border-bottom: 2px solid #d02d1d;
}


@media screen and (min-width: 479px){
#main .br-sp {display: none; }
}

@media screen and (max-width: 480px){
    #stampcard .novelty_box p {
        text-align: left;
    }
}

/* スマホ用メインイメージタグ */
@media screen and (min-width:479px) { 
#main .sp_no {
	display:none;
}
}



/* --------------------------------------------------
* CSS3 Transition
* -------------------------------------------------- */
xxxxx {
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
	transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}




/* --------------------------------------------------
* ClearFix
* -------------------------------------------------- */
xxxxx {
	*zoom: 1;
}

xxxxx:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}




/* --------------------------------------------------
* FontSize 0
* -------------------------------------------------- */
xxxxx {
	color: transparent;
	font: 0/0 aa;
	text-decoration: none;
}




/* --------------------------------------------------
* Retina
* -------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {


	/* Course Detail
		* -------------------------------------------------- */
	#courseDetail table tr td a {
		background-image: url(../../common/img/arrow_circle_blue_w10@2x.png);
	}

	#courseDetail table tr.teacher td p a span {
		background-image: url(../../common/img/arrow_circle_blue_w10@2x.png);
	}

	#courseDetail .reserve p a:after {
		background-image: url(../../common/img/arrow_btn_w10@2x.png);
	}


}

/* END @media pixel ratio */





/* --------------------------------------------------
* Media Width 479px
* -------------------------------------------------- */
@media screen and (max-width: 479px) {


	/* Course List
	* -------------------------------------------------- */
	#academy .inner {
	padding: 2em 1em 1em 1em;
	}
	#academy h2 {
	font-size:36px;
	font-size: 3.6rem;
	}
	#academy h2 span.sp {
	display:block;
	margin-left: 0.6em;
	}
	.academyArea {
	padding: 1.5em 1.8em;
	}
	.academyArea li {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 0.4em 0;
	}

	/* Course List
	* -------------------------------------------------- */
	#courseList {
		margin: 30px 0 0;
	}

	#courseList table td span {
		display: inline-block;
		margin-right: 10px;
	}




	/* ***** movie ***** */
	#movieSample {}

	#movieSample video {
		display: block;
		margin: 10px 0 0;
		width: 100%;
	}



	.u-show_media {
		display: inline-block;
	}

	.u-hide_media {
		display: none;
	}

	.is-note {
		padding: 15px;
		border: 3px double #8199b0;
		text-align: center;
		letter-spacing: 0.2px;
	}
	
	#stampcard .novelty_box {
	width: 98%;
}
#stampcard .novelty_box dt {
	width:auto;
	float: none;
}

#attention .inner {
	padding:0.5em;
	width: 95%;
	margin:0 auto;
}

#stampcard .novelty_box dt {
	margin-bottom:0.3em;
}

.attention_txt p {
	margin: 0.5em 0;
	font-size:1.3rem;
}
    
    
	
	/* ここからスマホ用コーディング開始 */
	
	#main .pc_no {/* スマホ時にPCイメージを隠す */
		display:none;
	}
    

}

/* END @media width 479px */

/* Caution Text */
.cautionTxt {
	font-size: 0.8em;
	margin: 10px 0 0 0;
}

/* AUTO OPEN CLOSE */
#timerdata,
#timing-pre,
#timing-now,
#timing-end {
	display: none;
}

.news {
	margin: 10px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	color: #e00003;
}


#courseDetail table tr td p a.stamp {
	background: none;
	padding: 0px;
}