* {
	word-break: break-all;
}
body {
    margin: 0;
	color:#59493f;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	overflow-x: hidden !important;
}
ul,li,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
    transition:all 0.3s ;
}
a:hover {
	opacity: 0.8;
}
.inner {
	width: calc(100% - 60px);
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition:all 1s;
}
 
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
img {
	max-width: 100%;
}


.pc {
    display: inherit;
}
.tab {
    display: none;
}
.sp{
    display: none;
}
@media screen and (max-width:989px) {
.pc {
    display: none;
}
.tab {
    display: inherit;
}
.sp{
    display: none;
}
}
@media screen and (max-width:599px) {
pc {
    display: none;
}
.tab {
    display: none;
}
.sp{
    display: inherit;
}
}

#concept h3,
#point02 h2,
#point h3,
#course h3,
#course01 h2,
#course02 h2,
#course03 h2,
#course04 h2{
	color:#b7733b;
	font-weight: normal;
}

#point h4 span:nth-of-type(4),
#point h4 span:nth-of-type(5),
#point h5{
	color:#ee7f57;	
}
.contact h2{
	color:#b60081
}
header ul li:nth-of-type(4),
#sns_btn ul li:nth-of-type(1),
.contact a {
	background: #06c755;	
}
header ul li:nth-of-type(5),
#sns_btn ul li:nth-of-type(2){
	background: #6da6ce;
}
#point,
#course,
#course02{
	background: #efdee1;
}
.contact {
	background: #cca07b;
	color: white;
}

#concept h3,
#point h3,
#course h3{
	font-size: 40px;
	margin: 60px 0 50px 0;
	font-weight: normal;
}



@media screen and (max-width:599px) {
#concept h3,
#point h3,
#course h3{
	font-size: 10vw;
	margin: 40px 0 30px 0;
}
}

/* --- header ---*/
header {
	position:absolute;
	z-index: 9999;
	width: 100%;
	margin-top: 35px;
}
header > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header a,
#sns_btn a{
	color: white;
	text-decoration: none;
	font-size: 18px;
	display: block;
}
header ul {
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
header ul li,
#sns_btn ul li{
	margin-left: 35px;
	padding: 5px 0;
}
header ul li:nth-child(4),
#sns_btn ul li:nth-of-type(1) {
	padding: 5px 20px;
	
}
header ul li:nth-child(5),
#sns_btn ul li:nth-of-type(2){
	margin-left: 10px;
	padding: 5px 10px;
}
header ul li i,
#sns_btn ul li i{
	margin-right: 10px;
}

#sns_btn {
	display: none;
	width: 100%;
}
#first-view .tab{
	margin-bottom: 70px;
}
@media screen and (max-width:1080px) {
header a{
	font-size: 15px;
	white-space: nowrap;
	}	
}

@media screen and (max-width:989px) {
header {
	margin-top: 10px;
}
header > div {
	justify-content: center;
}
header > div h1 {
	width: 50vw;
	text-align: center;
}
header ul li:nth-child(4),
header ul li:nth-child(5){
	display: none;
}
#sns_btn {
	display: block;
	position: fixed;
	bottom:10px;
	z-index: 9998;
}
#sns_btn ul {
		width: 100%;
		display: flex;
		justify-content: center;
}
#sns_btn ul li:nth-of-type(1),
#sns_btn ul li:nth-of-type(2){
	margin-left: 8px;
	margin-right: 8px;
	padding: 15px 8vw;
}
header ul{
	display: none;
}
header ul li i {
	margin-right: 10px;
}

}

@media screen and (max-width:599px) {
	header ul {
		display: none;
	}	
#sns_btn a{
	font-size: 4vw;
}
}


/* --- mainvisual ---*/
#first-view {
	position: relative;
}
#first-view img {
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: auto;
	z-index: 9998;
}
#mainvisual {
    height: 100vh;
    margin: 0;
}
@media screen and (max-width:599px) {
#first-view img {
	left:auto;
	right: 0;
	width: auto;
	height: 100%;
}	
}

/* --- concept ---*/
#concept > div,
#point > div,
#course > div,
#under_specialty01 > div{
	padding: 75px 0;
	text-align: center;
}

#concept > div > p,
#point > div > p,
#course > div > p{
	font-size: 20px;
	line-height: 1.9;
}

@media screen and (max-width:989px) {
#concept > div p,
#point > div p,
#course > div p{
	text-align: left;
	font-size: 18px;
}		
}


/* --- point ---*/

#point h3 {
	margin-bottom: 25px;
}
#point h4 {
	margin-top: 100px;
	font-weight: normal;
}
#point h4 span:nth-of-type(1){
	font-size: 40px;
}
#point h4 span:nth-of-type(2){
	font-size: 30px;
}
#point h4 span:nth-of-type(3),
#point h4 span:nth-of-type(5){
	font-size: 64px;
}
#point h4 span:nth-of-type(4){
	font-size: 80px;
}
#point ul  {
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	margin-top: 60px;
	color:#313131;
}
#point ul li {
	width: calc(100% / 3 - 20px);
	background-image: url("../images/title04.png");
	background-size: 100% auto;
	background-position: center top;
	padding: 60px 45px;
}
#point ul li h5 {
	font-size:24px;
	margin-bottom: 30px;
	font-weight: normal;
}
#point ul li p {
	text-align: left;
}

@media screen and (max-width:989px) {
#point ul  {
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}	
#point ul li {
	min-width: 300px;
	padding: 40px 35px;
	min-height: 250px;
	margin-left: 10px;
	margin-right: 10px;
}
#point ul li h5 {
	font-size:20px;
	margin-bottom: 15px;
}
}

@media screen and (max-width:599px) {
#point h4 span:nth-of-type(1){
	font-size: 6vw;
}
#point h4 span:nth-of-type(2){
	font-size: 4vw;
}
#point h4 span:nth-of-type(3),
#point h4 span:nth-of-type(5){
	font-size: 9vw;
}
#point h4 span:nth-of-type(4){
	font-size: 13vw;
}
#point ul li {
	width: 100%;
	max-width: 80%;
	background-size: 100% auto;
	background-position: center top;
	padding: 40px 45px 50px;
	margin: 0 auto 0 auto;
	min-height: 50vw;
}
#point ul li h5 {
	font-size:5vw;
	margin-bottom: 20px;
}
#point ul li p {
	text-align: left;
}	
}


#point02 {
	background-image: url("../images/img01_pc.jpg");
	background-repeat: no-repeat ;
	background-size:  cover;
	background-position:center center;
	padding: 115px 0 160px 0;
	color:#313131;
}
#point02 > div > div {
	width:  500px;
	margin-left: auto;
	margin-right: 0;
	text-align: center;
}
#point02 h2,
#course01 h2,
#course02 h2,
#course03 h2{
	font-size: 24px;
	letter-spacing: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #313131;
	max-width: 350px;
	margin: 0 auto 15px auto;
	text-align: center;
	font-weight: normal;
}
#point02 h3,
#course01 h3,
#course02 h3,
#course03 h3{
	letter-spacing: 5px;	
	text-align: center;
	font-weight: normal;
}
#point02 h4 {
	font-size: 36px;
	margin-top: 90px;
	font-weight: normal;
}
#point02 p{
	margin-top: 40px;
	line-height: 2.4;
}
@media screen and (max-width:989px) {
#point02 {
	background-position:left -150px center;
}
}

@media screen and (max-width:767px) {
	#point02 .sp {
		display: block !important;
	}	
	
#point02 {
	background-image: none;
	padding: 0 0 50px 0;
}
#point02 > img {
	width: 100%;
}
#point02 > div > div {
	width: 100%;
	margin-top: 50px;
}
#point02 h2,
#course01 h2,
#course02 h2,
#course03 h2{
	font-size: 24px;
	padding-bottom: 15px;
	margin: 0 auto 15px auto;
}
#point02 h4 {
	font-size: 36px;
	margin-top: 50px;
}
#point02 p{
	margin-top: 40px;
	line-height: 1.8;
}		
}
@media screen and (max-width:599px) {
#point02 p{
	text-align: left;
}
}


/* --- course ---*/
#course01,
#course02,
#course03 {
	padding: 80px 0;
	color:#313131;
}

#course01 > div,
#course02 > div,
#course03 > div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#course01 > div,
#course03 > div{
	flex-direction: row-reverse;
}
#course01 > div > div:first-child,
#course02 > div > div:first-child,
#course03 > div > div:first-child{
	width: calc(50% - 72px);
}
#course02 > div > div:first-child img {
	margin: 0 auto;
}
#course01 > div > div:last-child,
#course02 > div > div:last-child,
#course03 > div > div:last-child{
	width: 50%;
}

#course01 p,
#course02 p,
#course03 p{
	margin-top: 40px;
	line-height: 2;
}

#course01 a,
#course02 a{
	display: block;
	color:white;
	background: #d5a9b0;
	text-align: center;
	text-decoration: none;
	font-size: 115%;
	padding: 20px 0;
	max-width: 360px;
	margin: 40px auto 0 auto;
}

@media screen and (max-width:599px) {
#point h3,
#course h3{
	font-size: 7vw;
	margin-top: 30px;
}	

#course01 > div > div:first-child,
#course02 > div > div:first-child,
#course03 > div > div:first-child{
	width: 100%;
}
#course01 > div > div:last-child,
#course02 > div > div:last-child,
#course03 > div > div:last-child{
	width: 100%;
	margin-top: 30px;
}
}

/* --- contact ---*/
.contact {
	padding: 35px 0;
}

.contact .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact h2 {
	font-size: 24px;	
	font-weight: bold;
	letter-spacing: 5px;
}
.contact p {
	font-size: 22px;
}
.contact i {
	margin-right: 10px;
	font-size:150%;
}
.contact a {
	background: #06c755;
	color:white;
	text-decoration: none;
	border-radius: 5px;
	padding: 20px;
	font-size: 20px;
	display: flex;
	align-items: center;
}

@media screen and (max-width:599px) {
.contact .inner {
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}
.contact h2 {
	font-size: 22px;
	margin-bottom: 10px;
}
.contact p {
	font-size: 16px;
}
.contact a {
	margin-top: 15px;
	font-size: 18px;
}
}

/* --- footer ---*/
footer {
	padding: 45px 0;
}
footer > div {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:989px) {
footer {
	padding-bottom: 80px;
}
footer > div {
	flex-wrap: wrap;
}
}

@media screen and (max-width:767px) {
footer {
	text-align: center;
	padding-bottom: 90px;
	font-size: 90%;
}
footer > div > div img {
		margin-bottom: 10px;
}
footer > div > div {
		width: 100%;
}
}


/* under_course */

#under_course #under_title {
	background: url("../course/images/course_img01_pc.jpg") no-repeat center center;
	background-size: cover;
}
#under_expert #under_title {
	background: url("../expert/images/expert_img01_pc.jpg") no-repeat center center;
	background-size: cover;
}
#under_title {
	color:white;
	text-align: center;
}
#under_title h1 {
	padding: 220px 0 120px 0;
	font-size: 250%;
	letter-spacing: 10px;
	font-weight: normal;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#under_title h1 span {
	font-size: 50%;
	margin-top: 50px;
	letter-spacing: 15px;
}
#under_title div > p {
	line-height: 2;
	padding-bottom: 40px;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
}

@media screen and (max-width:599px) {
#under_course #under_title {
	background: url("../course/images/course_img01_sp.jpg") no-repeat center center;
	background-size: cover;
}
#under_expert #under_title {
	background: url("../expert/images/expert_img01_sp.jpg") no-repeat center center;
	background-size: cover;
}
#under_title h1 {
	letter-spacing: 5px;
	padding: 140px 0 60px 0;
	font-size: 7vw;
}
#under_title h1 span {
	font-size: 50%;
	margin-top: 50px;
	letter-spacing: 15px;
}
#under_title div > p {
	margin: 0 20px;
	text-align: left;
	font-size: 90%;
}
#under_title div > p br {
		display: none;
}
}


#under_course01,
#under_course02,
#under_course03,
#under_course04,
#under_expert01{
	background: #efe2d9;
}
#under_course01 > div,
#under_course02 > div,
#under_course03 > div,
#under_course04 > div,
#under_expert01 > div{
	padding: 75px 0;
	text-align: center;
}
#under_course01 > div > p,
#under_course02 > div > p,
#under_course03 > div > p,
#under_course04 > div > p{
	font-size: 20px;
	line-height: 1.9;
}
#under_expert01 > div > p{
	font-size: 17px;
	line-height: 1.6;
	padding: 40px 0 0 0;
}
@media screen and (max-width:989px) {
#under_course01 > div > p,
#under_course02 > div > p,
#under_course03 > div > p,
#under_course04 > div > p,
#under_expert01 > div > p{
	text-align: left;
	font-size: 18px;
}		
}

#under_course01 h3,
#under_course01 h4,
#under_course02 h3,
#under_course02 h4,
#under_course03 h3,
#under_course03 h4,
#under_course04 h3,
#under_course04 h4,
#under_expert01 h3,
#under_expert01 h4{
	color:#b7733b;
}
#under_course01 h3,
#under_course02 h3,
#under_course03 h3,
#under_expert01 h3{
	font-size: 36px;
	margin: 60px 0 0 0;
	letter-spacing: 10px;
}
#under_course04 h3{
	font-size: 36px;
	margin: 60px 0 30px 0;
	letter-spacing: 0px;
}
#under_course01 h4,
#under_course02 h4,
#under_course03 h4,
#under_expert01 h4{
	font-size: 20px;
	margin: 10px 0 50px 0;
}

@media screen and (max-width:599px) {
#under_course01 h3,
#under_course02 h3,
#under_course03 h3,
#under_expert01 h3{
	font-size: 8vw;
	margin: 40px 0 10px 0;
	letter-spacing: 3px;
	line-height: 1.3;
}
#under_course04 h3{
	font-size: 6vw;
	margin: 40px 0 30px 0;
	line-height: 1.3;
}
#under_course01 h4,
#under_course02 h4,
#under_course03 h4,
#under_expert01 h4{
	font-size: 4vw;
	margin: 0 0 30px 0;
}
}





/* under_b～d */

#under_course02b .inner,
#under_course04b .inner,
#under_course02c .inner {
	flex-direction: row-reverse;
}
#under_course01b .inner,
#under_course02b .inner,
#under_course03b .inner,
#under_course04b .inner,
#under_course01c .inner,
#under_course02c .inner,
#under_course03c .inner,
#under_course04c .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 40px;
	padding-bottom: 40px;
}
#under_expert01b .inner,
#under_expert02b .inner{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	flex-wrap: wrap;
	padding-top: 40px;
	padding-bottom: 40px;
}
#under_expert01b .left,
#under_expert01b .right,
#under_expert02b .left,
#under_expert02b .right{
	width: calc(50% - 30px);
}
.under_expert_pc {
	display: block;
}
.under_expert_sp {
	display: none;
}

#under_expert01b{
	background: url("../expert/images/expert_img03_pc.jpg") no-repeat bottom center;
	background-size: 100% auto;
	padding-bottom: 400px;
}
#under_expert02b{
	background: url("../expert/images/expert_img05_pc.jpg") no-repeat bottom center;
	background-size: 100% auto;
	padding-bottom: 300px;
}
@media screen and (min-width:1600px) {
#under_expert01b{
	padding-bottom: 800px;
}
}
#under_expert02b{
	padding-bottom: 600px;
}
}
@media screen and (min-width:1400px) {
#under_expert01b{
	padding-bottom: 500px;
}
#under_expert02b{
	padding-bottom: 400px;
}
}
@media screen and (max-width:998px) {
#under_expert01b,
#under_expert02b{
	padding-bottom: 200px;
}
}
@media screen and (max-width:599px) {
.under_expert_pc {
	display: none;
}
.under_expert_sp {
	display: block;
}
#under_expert01b{
	background: url("../expert/images/expert_img03_sp.jpg") no-repeat bottom center;
	background-size: 100% auto;
	padding-bottom: 200px;
}
#under_expert02b{
	background: url("../expert/images/expert_img05_sp.jpg") no-repeat bottom center;
	background-size: 100% auto;
	padding-bottom: 200px;
}
.title,
	.curriculum {
		width: 100%;
	}
}




#under_course01b .inner > div:first-child,
#under_course02b .inner > div:first-child,
#under_course03b .inner > div:first-child,
#under_course04b .inner > div:first-child{
	text-align: center;
	width: calc(50% - 40px);
	padding: 0 20px;
}
#under_course01b .inner > div:last-child,
#under_course02b .inner > div:last-child,
#under_course03b .inner > div:last-child,
#under_course04b .inner > div:last-child{
	text-align: center;
	width: 50%;
}
#under_course01b .inner > div:last-child img{
	margin-top: -80px;
}

@media screen and (max-width:599px) {
#under_expert01b .left,
#under_expert01b .right,
#under_expert02b .left,
#under_expert02b .right{
	width: 100%;
}
}
@media screen and (max-width:599px) {	
#under_course01b .inner > div:first-child,
#under_course02b .inner > div:first-child,
#under_course03b .inner > div:first-child,
#under_course04b .inner > div:first-child{
	width: 100%;
	padding: 0;
}
#under_course01b .inner > div:last-child,
#under_course02b .inner > div:last-child,
#under_course03b .inner > div:last-child,
#under_course04b .inner > div:last-child{
	width: 100%;
}
#under_course01b .inner > div:last-child img{
	max-width: 320px;
	margin: 20px 0 -100px 0;
}
#under_course02b .inner > div:last-child img,
#under_course03b .inner > div:last-child img{
	margin: 40px 0 0 0;
	max-width: 320px;
}
}

#under_course01b h2,
#under_course02b h2,
#under_course03b h2,
#under_expert01b .title h2,
#under_expert02b .title h2 {
	background: #e6cdb9;
	display: inline-block;
	border-radius: 50% 50%;
	margin: 70px 0;
	font-size: 150%;
	padding: 55px 30px;
}
#under_expert01b .title,
#under_expert02b .title{
	text-align: center;
}
#under_course04b h2{
	background: #e6cdb9;
	display: inline-block;
	border-radius: 50% 50%;
	margin: 70px 0;
	font-size: 140%;
	padding: 60px 20px;
}
#under_course01b h3,
#under_course02b h3,
#under_course03b h3,
#under_course04b h3,
#under_expert01b .title  h3,
#under_expert02b .title  h3{
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid black;
}
#under_course01b h3 span,
#under_course02b h3 span,
#under_course03b h3 span,
#under_course04b h3 span,
#under_expert01b .title  h3 span,
#under_expert02b .title  h3 span{
	font-size: 70%;
}
#under_course01b p,
#under_course02b p,
#under_course03b p,
#under_course04b p,
#under_expert01b .title  p,
#under_expert02b .title  p{
	text-align: left;
	margin-top: 15px;
}
#under_course01b p span,
#under_course02b p span,
#under_course03b p span,
#under_course04b p span,
#under_expert01b .title  p span,
#under_expert02b .title  p span{
	color:#b7733b;
	width: 40%;
	display: inline-block;
}
@media screen and (max-width:599px) {
#under_course01b h2,
#under_course02b h2,
#under_course03b h2,
#under_course04b h2,
#under_expert01b .title h2,
#under_expert02b .title h2 {
	margin: 40px 0;
	}
}



#under_course01c,
#under_course02c,
#under_course03c,
#under_course04c{
	background: #e6ccbb;
}

#under_course01c .inner > div:first-child,
#under_course02c .inner > div:first-child,
#under_course03c .inner > div:first-child,
#under_course04c .inner > div:first-child{
	text-align: center;
	width: calc(50% - 40px);
	padding: 50px 20px;
}
#under_course01c .inner > div:last-child,
#under_course02c .inner > div:last-child,
#under_course03c .inner > div:last-child,
#under_course04c .inner > div:last-child{
	width: 50%;
	padding: 50px 0px;
}

#under_course01c h2,
#under_course02c h2,
#under_course03c h2,
#under_course04c h2,
#under_expert01b .curriculum h2,
#under_expert02b .curriculum h2{
	color:#b7733b;
	background: #efe2d9;
	font-size: 100%;
	text-align: center;
	display: inline-block;
	padding: 10px 50px;
	margin-bottom: 30px;
}
#under_expert01b .curriculum p,
#under_expert02b .curriculum p{
	margin: 15px 0 0 20px;
	color:#b7733b;
}
#under_course01c li,
#under_course02c li,
#under_course03c li,
#under_course04c li,
#under_expert01b .curriculum li,
#under_expert02b .curriculum li{
	margin: 10px 0 0 20px;
}
#under_course01c li:before,
#under_course02c li:before,
#under_course03c li:before,
#under_course04c li:before,
#under_expert01b .curriculum li:before,
#under_expert02b .curriculum li:before{
	content: "\025a0";
	color:#efe2d9;
}
#under_expert01b .curriculum,
#under_expert02b .curriculum{
	margin-top: 50px;
	margin-bottom: 80px;
}


@media screen and (max-width:599px) {
#under_course01c .inner,
#under_course02c .inner,
#under_course03c .inner,
#under_course04c .inner {
	flex-direction: column-reverse;
}
#under_course01c .inner > div:first-child,
#under_course02c .inner > div:first-child,
#under_course03c .inner > div:first-child,
#under_course04c .inner > div:first-child{
	width: 100%;
	padding: 20px 20px;
}
#under_course01c .inner > div:last-child,
#under_course02c .inner > div:last-child,
#under_course03c .inner > div:last-child,
#under_course04c .inner > div:last-child{
	width: 100%;
	padding: 20px 0px;
}
#under_course01c li,
#under_course02c li,
#under_course03c li,
#under_course04c li,
#under_expert01b .curriculum li,
#under_expert02b .curriculum li{
	margin: 10px 0 0 0;
}
}




#under_course02d,
#under_course03d{
	text-align: right;
}
#under_course02d img {
	margin-top: -40vw;
	margin-bottom:40px;
	width: 50vw;
}
#under_course03d img {
	width: 50vw;
	margin: 40px 0;
}

#under_course03c .inner > div:first-child{
	margin-bottom: -150px;	
}
#under_course04b .inner > div:last-child{
	margin-bottom: -300px;	
}
#under_course04c .inner > div:last-child{
	padding-left: 50px;
}

@media screen and (min-width:1280px) {
#under_course02d img {
	margin-top: -450px;
	max-width: 600px;
}	
}

@media screen and (max-width:599px) {
#under_course02d img {
	margin-top: -40px;
	margin-bottom:0;
	width: 100%;
}
#under_course03d img {
	width: 100%;
	margin: 120px 0 0 0;
}
#under_course04c {
	margin-bottom: 70vw;
}
#under_course04c .inner > div:last-child{
	padding-left: 0;
}
#under_course04c .inner > div:last-child img{
	margin: 30px 0 -70vw 0;
}
}

/* メニューボタン */


p#menu_btn{
	margin-bottom:0;
}
p#menu_btn a {
  width: 38px;
  height: 38px;
	position:fixed;
	top:20px;
	right:20px;
	z-index:10001;
	cursor:pointer;

}
#menu_btn a span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  margin: -2px 0 0 -10px;
  transition: .2s;
	background-color:#ffffff;
box-shadow: 2px 2px 4px rgba(0,0,0,0.3);

}
#menu_btn a span:before,
#menu_btn a span:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 3px;
  transition: .3s;
	background-color:#ffffff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
#menu_btn a span:before{
  margin-top: -10px;
}
#menu_btn a span:after{
  margin-top: 7px;
}
#menu_btn a.close span {
  background: transparent;
}
#menu_btn a.close span:before,
#menu_btn a.close span:after{
  margin-top: 0;

}
#menu_btn a.close span:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#menu_btn a.close span:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#menu_modal {
	background:rgba(0,0,0,0.8);
	max-width:260px;
	width:80%;
	position:fixed;
	top:0;
	right:0;
	z-index:10000;
	overflow-y:auto;
	display:none;
	height:100vh;
	padding:65px 10px 20px 20px;;
}
#menu_modal ul {
	border-top:1px solid gray;
}
#menu_modal ul li{
	border-bottom:1px solid gray;
}
#menu_modal ul li a {
	display:block;
	color:white;
	text-decoration:none;
	padding:7px 0;
}

@media screen and (min-width:989px) {
#menu_btn {
		display:none;
}
}	
@media all and (max-width: 989px) {
#menu_btn {
		display:block;
}
}