@charset "UTF-8"; 
/*== 目次 =======================

 1.共通
 
 2.description(群馬で本格的なダンス)
 
 3.Instructor
 
 4.Lesson Schedule
 
 5.Price List
 
 6.Trial Lesson
 
 7.Access
 
================================*/



/*===============================
	共通
================================*/

section {
	padding: 50px 0;
	text-align: center;
}
.container {
	margin: 30px 20px 0;
}


/* テキスト */
.text {
	font-size: 1.6rem;
	text-align: left;
}

/* h2見出し */
.head-P {
	display: inline;
	padding: 5px 50px;
	background-color: #FFB6C1;
	color: #FFF;
}
.head-W {
	display: inline;
	padding: 5px 50px;
	background-color: #FFF;
	color: #FFB6C1;
}


@media screen and (min-width: 768px) {
	section {
		padding: 80px 0;
	}
	.container {
		margin: 50px auto 30px;
	}
}


/*===============================
	description(群馬で本格的なダンス)
================================*/
.description {
	padding: 0;
	margin: 0 auto;
}
.description .content {
	margin: 30px auto;
}
.description .text {
	margin: 10px 20px 30px;
	text-align: center;
}
.wrap{
  	margin-bottom: 1.5rem;
	width: 100%;
}
.youtube {
  	position: relative;
  	height: 0;
  	margin-bottom: 20px;
  	padding-bottom: 56.25%;
  	overflow: hidden;
}
.youtube iframe {
  	position: absolute;
  	top: 0;
  	right: 0;
  	width: 100%;
  	height: 100%;
}
.wrap img{
  	width: 100%;
}
.inner-right{
    float: right;
    width: 49.5%;
  }
.inner-left{
    float:left;
    width: 49.5%;
  }
.wrap:after{
    display: block;
    clear: both;
    content: "";
  }
  

@media screen and (min-width: 960px) {
	.description {
		background-color: #FFB6C1;
		width: 100%;
		padding: 50px 0;
		text-align: left;
	}
	.description .content {
		display: flex;
		justify-content: space-around;	
		align-items: center;
		max-width: 1600px;
		padding: 70px 50px;
	}
	.description .content .group {
		width: 33%;
	}
	.wrap{
		width: 65%;
	}
	.description .text {
		margin: 10px 100px 30px 0;
		padding-top: 20px;
		text-align: left;
	}
	.description .sns {
		display: flex;
		margin-top: 50px;
	}
	.description .sns img {
		width: 20px;
		height: 20px;
	}
}


/*===============================
	Instructor
================================*/
.Instructor {
	background-image: url("../img/kabegami.jpg");
	margin: 0 auto;
	padding: 70px 0;
}
.Instructor .container {
	max-width: 1600px;
	text-align: left;
}
.Instructor .profile {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding-bottom: 20px;
}
.Instructor .profile .avatar {
	width: 30%;
}
.Instructor .profile .avatar>img {
	border-radius: 50%;
}
.Instructor .profile .name {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    align-items: center;
}
.Instructor .profile .name>p {
	font-weight: bold;
	font-size: 2rem;
}
.Instructor .profile .model {
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}
.Instructor .profile .name img {
	width: 20px;
	height: 20px;
}
.Instructor .profile .text {
	width: 65%;
}

@media screen and (min-width: 768px) {
	.Instructor .container {
		width: 650px;
	}
}

@media screen and (min-width: 960px) {
	.Instructor {
		width: 100%;
		padding: 70px 50px;
	}
	.Instructor .container {
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	.Instructor .profile {
		margin: 0 20px;
		padding-bottom: 0;
		width: 50%;
	}
	.Instructor .profile .avatar {
		width: 35%;
	}
	.Instructor .profile .text {
		width: 60%;
	}
	.Instructor .profile .text p {
		font-size: 1.6rem;
	}
}
    

/*===============================
	Lesson Schedule
================================*/
.Schedule {
	background-color: #FFB6C1;
}

/* テーブル表 */
table {
  	border-collapse: collapse;
  	margin: 0 auto;
  	padding: 0;
  	width: 100%;
  	table-layout: fixed;
  	color: #FFF;
  	font-size: 1.2rem;
  	line-height: 1.4;
}
table th {
  	padding: 10px 0;
  	border-right: 1px solid #FFB6C1;
  	text-align: center;
  	font-size: 1.8rem;
}
table tr {
  	background-color: #000;
  	padding: 30px;
  	border-bottom: 1px solid #FFB6C1;
}
table tr:last-child{
   border-bottom: none
}
table td {
  	padding: 10px 5px;
  	border-right: 1px solid #FFB6C1;
  	text-align: center;
}
table th:last-child,
table td:last-child{
  	border: none;
}

.Schedule .container .text {
	margin: 5px 20px 30px 20px;
}
.Schedule .container .sns {
	display: flex;
	justify-content: center;
}
.Schedule .container .sns img {
	width: 40px;
	padding: 0 10px;
}

@media screen and (min-width: 768px) {
	.Schedule .container {
    	width: 650px;
	}
	table {
  		font-size: 1.6rem;
	}
	.Schedule p {
		font-size: 1.6rem;
	}
}


/*===============================
	Price List
================================*/
.PriceList {
	background-image: url("../img/kabegami.jpg");
}

.PriceList .box {
	display: flex;
	justify-content: center;
}

.PriceList .monthly {
	display: flex;
	margin: 20px 0 5px;
	text-align: left;
}
.PriceList .monthly img {
	width: 30px;
    height: auto;
	margin-right: 5px;
}
.PriceList .text {
	margin: 5px 0 20px;
	font-size: 1.2rem;
}

.PriceList .p-List {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	white-space: nowrap;
}

.PriceList .p-List .box {
	padding: 10px;
	width: 50%;
	background-color: #000;
	color: #FFF;
	border: solid 1px #FFB6C1;
	align-items: center;
}
.PriceList .p-List li:first-child {
	border-right: solid 1px #000;
}

@media screen and (min-width: 768px) {

	.PriceList .container {
		width: 650px;
	}
	.PriceList p {
		font-size: 1.6rem;
	}
}


/*===============================
	Trial Lesson
================================*/
.TrialLesson {
	padding: 0;
	background-image: url("../img/trial.jpg") ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
}
.TrialLesson .content {
	background-color: rgba(0,0,0,0.4);
	height: 400px;
	padding: 50px 0;
}
.TrialLesson .text {
	color: #FFF;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {

	.TrialLesson {
		height: 650px;
	}
	.TrialLesson .content {
		height: 650px;
		padding: 80px 0;
	}
	.TrialLesson .container {
    	width: 650px;
		margin: 120px auto 0;
	}
	.TrialLesson .text {
		margin-bottom: 50px;
	}
	.TrialLesson .text p {
		font-size: 1.8rem;
	}
}


/*===============================
	Access
================================*/
.Access iframe {
	max-width: 100%;
}
.Access .title {
	margin-top: 30px;
	text-align: center;
	background-clip: #FFB6C1;
	font-size: 2.4rem;
}

.Access .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto 30px;
}
.Access .wrap .logo img {
	width: 100%;
	max-width: 62px;
	height: 100%;
}

.Access adress {
	padding-left: 10px;
	font-style:normal;
	text-align: left;
}

.Access adress a {
	font-weight: bold;
	font-size: 2rem;
}
.fa-phone-alt:before {
    padding-left: 20px;}

@media screen and (min-width: 768px) {
	.Access {
		padding: 80px 0 30px;
	}
	.Access iframe {
		width: 100%;
	}
	.Access .title img {
		max-width: 500px;
		margin: 0 auto;
	}
	.Access .wrap .logo img {
		max-width: 100px;
	}
	.Access adress p {
		font-size: 1.6rem;
	}

}



