@charset "UTF-8";
/* CSS Document */


.conA{
	justify-content: center;
	background-image:url(../img/top_img.jpg);
	background-position: 85% 50%;
	background-size: cover;
	height:60vw;
}

.conA .container{
	height:100%;
	align-items: flex-start;
}

.mimg{
	width:80%;
	display:block;
	position: relative;
	top:80%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:768px) {
	.conA{
	background-image:url(../img/top_img.jpg);
	border-radius: 5px;
	margin-top: 170px;
	height:300px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	}
	
.mimg{
	position: relative;
	top:80%;
	left:5%;
	width:50%;
	margin: 0;
	}
	
}

.conB{
	color:#000;
	padding:20px 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	width:90%;
	margin:0 auto;
}

.conB h2,.con_about2 h2,.feature h2{
	color:#463c32;
	margin-top:1em;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.1em;
	display: inline-block;
}

.conB hr{
	height: 1px;
background-color: #ccc;
border: none;
}



.conB p{
	font-weight: 400;
	font-size: 1em;
	line-height: 1.65;
	opacity: 0.75;
}


.conB .course img{
	margin-top: 0.5em;
	margin-bottom: 1em;
	display:none;
}


@media (min-width:768px) {

	
	.conB .container{
		display: flex;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.conB .course{
		flex:1;
		padding:0 18px;
		margin-bottom: 0;
	}

	
	.conB hr{
	display: none;
	visibility: hidden;
	width:100%;
	}
	.conB .course img{
	display: block;
}
}

.line_A{
		background: linear-gradient(transparent 70%, #a0d8ff 70%);
}
.line_B{
		background: linear-gradient(transparent 70%, #cee791 70%);
}
.line_C{
		background: linear-gradient(transparent 70%, #ffd9e8 70%);
}
.line_D{
		background: linear-gradient(transparent 70%, #cfc0ba 70%);
}
.line_E{
		background: linear-gradient(transparent 70%, #ffffd7 70%);
}



.pr_A{
	font-weight: 500;
	font-size: 1em;
	color:#3399ff;
}
.pr_B{
	font-weight: 500;
	font-size: 1em;
	color:#55ad33;
}
.pr_C{
	font-weight: 500;
	font-size: 1em;
	color:#ff7db0;
}

.remobtn a{
	background-image:url(../img/zoom_icon.png);
}

.detailbtn a{
	background-image:url(../img/detail_icon.png);

}

.remobtn a,.detailbtn a{
	float:right;
	color: #666;
	border-radius: 5px;
	margin:1em 0em 1em 1em; 
	padding:0.5em 0.75em 0.5em 2.5em;
	font-size: 0.9em;
	font-weight: 500;
	background-color: #f5f3f3;
	background-repeat: no-repeat;
	background-position: left;
	background-size:contain;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .2);
	text-decoration: none;
}

.remobtn a:hover,.detailbtn a:hover{
	background-color: #CCC;
}

	.about .container{
	margin:1em auto;
}

.tweet{
    width:560px;
	height:310px;
}

.about .tweet {
     position: relative;
	padding-top: 0px;
    margin:0 1em 1em 1em;
    width:092%;
    height:310px;
}

.about .youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	padding-top: 0px;
     height: 0;
     overflow: hidden;
	margin-bottom: 1em;
}
 
.about .youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width:768px) {
	.about .container{
		display: flex;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.about .youtube{
		flex:0 0 560px;
		padding-bottom:0;
		margin-right:20px;
		min-height: 310px;
		margin-bottom: 0;
		height:315px;
	}
	.about .youtube iframe{
	width:560px;
	height:310px;	
	}
	.about .tweet{
		flex:0 0 560px;
		padding-bottom:0;
		margin-right:20px;
		min-height: 310px;
		margin-bottom: 0;
		height:315px;
	}
	.about .ggmap{
		flex:1;
		padding:0;
		min-height: 310px;
	}

}



.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

