.sp-inblock,
.sp-block{
	display: none;
}
@media (max-width: 700px) {
	.pc-block{display: none;}
	.sp-inblock{display: inline-block;}
	.sp-block{
		display: block;
	}
}
.mainvisual{
	background: #FFF;
}
.mainvisual .cnt_inner{
	position: relative;
	height: 100%;
}
.cnt_inner h1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left center;
}
.cnt_inner h1 span{display: none;}
@media (max-width: 1000px) {
	.mainvisual .cnt_inner{
		background: none;
	}
}
@media (max-width: 700px) {
	.cnt_inner h1{
		-webkit-background-size: 80% auto;
		-o-background-size: 80% auto;
		background-size: 80% auto;
	}
}

/*////////////////////////////////

/////////////////////////////////*/
.course-information-area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}

/*コースのイメージ画像*/
.course-images{
	float: left;
	width: 45%;
	overflow: hidden;
}
@media (max-width:800px) {
	.course-images{
		float: none;
		width: 100%;
	}
}
.btn-play{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/play-btn.png) no-repeat center center;
}


/*コースのイメージ画像メイン*/
.show-image{
	position: relative;
	width: 100%;
	padding-bottom: 80%;
	margin-bottom: 10px;
}
.show-image-item{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.show-image-item img{
	width: 100%;
	max-width: 100%;
}

/*サムネイル*/
.thum-photo{
	float: left;
	width: 25%;
	height: 60px;
	text-align: center;
}
.thum-photo a{
	display: inline-block;
	width: 95%;
	height: 100%;
	margin-right: 5%;
	border:1px solid #CCC;
	background-position: center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.thum-photo.active a{border: 2px solid #ae0379;}


/*コースの詳細一覧*/
.course-detail-box{
	float: right;
	width: 53%;
}
@media (max-width:800px) {
	.course-detail-box{
		float: none;
		width: 100%;
		padding-top: 30px;
	}
}

/*コース詳細タイトル*/
.course-detail-box h2{font-size: 25px; line-height: 25px; margin-bottom: 20px;}
.course-detail-box h2 i.cat{
	float: left;
	display: inline-block;
	font-style: normal;
	color: #FFF;
	font-size: 12px;
	padding: 0 7px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

@media (max-width:9000px) {
	.course-detail-box h2 i.cat{
		float: none;
	}
	.course-detail-box h2 span{display: block; padding: 5px 0;}
}

/*コース詳細テーブル*/
.course-info-table{
	width: 100%;
}
.course-info-table th,
.course-info-table td{
	text-align: left;
	font-size: 16px;
	color: #333;
	padding: 5px;
}
.course-info-table th{width: 100px;}
.course-info-table td.atend{font-size: 20px;}
/*お申込み関連*/
.order-information{
	width: 100%;
	overflow: hidden;
}
.order-information.sp-block{
	margin: 15px auto;
}
.order-item{
	float: left;
	width: 50%;
}
.fromWeb a img{
	width: 100%;
	max-width: 254px;
}
/*店舗電話番号*/
.shop-contact-box{
	width: 95%;
	max-width: 240px;
	padding: 0 10px;
	border:1px solid #ae0379;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	background: #FFF;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.fromTel{
	margin-top: 6px;
}
.ttl-fromtel{
	padding: 5px 0 0;
}
.ttl-fromtel img{max-width: 100%;}

@media (max-width:1000px) {
	.shop-contact-box .shop-contact-tel{
		font-size: 20px;
	}
}
@media (max-width:800px) {
}
@media (max-width:420px) {
	.ttl-fromtel{padding-top: 0;}
	.shop-contact-box{margin-top: 0px;}
	.shop-contact-box .shop-contact-tel{
		font-size: 14px;
		-webkit-background-size: 15px auto;
		     -o-background-size: 15px auto;
		        background-size: 15px auto;
	}
	.shop-contact-businesstime{
		font-size: 10px;
	}
}
@media (max-width:360px) {
	.shop-contact-box{margin-top: -2px;}
}
@media (max-width:220px) {
	.shop-contact-box .shop-contact-tel{
		font-size: 10px;
	}
}


/*講座内容*/
.course-detail-txt{
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.course-detail-txt h3{
	position: relative;
	width: 100%;
	color: #ae0379;
	font-size: 22px;
	border-bottom: 2px solid #ae0379;
}
a.btn-favorite{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 152px;
	height: 30px;
	background: url(../images/favorites.png) no-repeat center center;
	border:2px solid #ae0379;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	-webkit-background-size: 90%;
	     -o-background-size: 90%;
	        background-size: 90%;
}
a.btn-favorite.sp-inblock{
	display: none;
	position: relative;
	width: 100%;
	height: 45px;
	margin: 15px auto 0px;
	-webkit-background-size: 140px auto;
	     -o-background-size: 140px auto;
	        background-size: 140px auto;
}
@media (max-width:420px) {
	.course-detail-txt h3 a.btn-favorite{display: none;}
	a.btn-favorite.sp-inblock{display: inline-block;}
}


/*講座内容　本文*/
.course-main-body{
	padding: 20px 0;
	color: #555;
}
/*持ち物*/
.belongings{
	position: relative;
	width: 100%;
	background: #FFF;
	border: 1px solid #EEE;
}
.belongings dt{
	position: absolute;
	top: 10px;
	left: 0;
	width: 80px;
	height: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
.belongings dd{
	font-size: 14px;
	color: #555;
	width: 100%;
	padding: 10px 0 10px 80px;
}

/*関連オススメ講座*/
.relation-course{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;

}
.relation-course h3{
	padding: 10px;
	font-size: 22px;
	font-weight: normal;
}
.relation-list{
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}
.relation-item{
	float: left;
	width: 165px;
}
.relation-item .photo{
	width: 95%;
	height: 110px;
	margin-right: 5%;
	background-position: center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.relation-item a{
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}
@media (max-width:700px) {
	.relation-item{
		float: left;
		width: 50%;
	}
}
.overray-youtube{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: none;
}
.showYoutube .overray-youtube{
	display: block;
}
.frame-wrap{
	position: relative;
    width: 50%;
    max-width: 500px;
    height: auto;
    margin: 30px auto;
    background: #444;
}
.frame-wrap:before{
	content: "";
    display: block;
    padding-top: 70%; /* 1:1 */
}
.frame-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width:700px) {
	.frame-wrap{
		position: relative;
	    width: 80%;
	    max-width: 500px;
	    height: auto;
	    margin: 30px auto;
	    background: #444;
	}
	.frame-wrap:before{
		content: "";
	    display: block;
	    padding-top: 70%; /* 1:1 */
	}
	.frame-wrap iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
