/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
  /* font-family: "Noto Sans Japanese", sans-serif; */
  font-family:"Open Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.012em;
}

header {
	position: fixed;
	z-index: 99;
	background: #FFF;
	width: 100%;
	height: auto;
}

body {
  overflow-x: hidden;
  margin: 0;
}
li {
  list-style: none;
}
.pc{
	display:inline-block;
}
.sp{
	display:none;
}

section {
	padding-top: 100px;
	margin-top: -100px;
}
 /* .up {
  transform: translate(0,50px);
  -webkit-transform: translate(0,50px);
  opacity: 0;
}
.up_anime {
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  opacity: 1;
}
.fade_in {
  opacity: 0;
}
.fade_in_anime {
  transition: 1.5s;
  opacity: 1;
} */
.button{
  margin:30px auto 30px auto;
  text-align: center;
  display: block;
  color: white;
  background-color: #9588BF;
  text-decoration: none;
  font-size: 15px;
  font-family: "Yu Gothic Medium";
  letter-spacing: 2px;
  width: 260px;
  padding: 12px 0;
  position: relative;
  content: "";
  z-index: auto;
}
.button:after{
  display: block;
  border-right: 1px solid #9588BF;
  border-bottom: 1px solid #9588BF;
  width: 100%;
  height: 95%;
  position: absolute;
  content: "";
  bottom: -4px;
  right: -4px;
  z-index: auto;
}
.submit.button{
  text-align: center;
  margin:10px auto 30px auto;
  display: block;
  color: white;
  background-color: #9588BF;
  font-size: 18px;
  font-family: "Yu Gothic Medium";
  letter-spacing: 1px;
  width: 260px;
  padding: 12px 30px;
  border: none;
  position: relative;
  content: "";
  z-index: auto;
  cursor: pointer;
}
.submit.button::after{
  display: block;
  border-right: 1px solid #9588BF;
  border-bottom: 1px solid #9588BF;
  width: 100%;
  height: 95%;
  position: absolute;
  content: "";
  bottom: -4px;
  right: -4px;
  z-index: auto;
}
.button.change-color{
  background: rgba(181,171,210,1);
  color: #FFFFFF!important;
}
.button.change-color a{
  color: #FFFFFF!important;
}
.news .button.change-color, .contact_content .button.change-color{
  background: #9588BF !important;
}
.submit.button.change-color{
  background: rgba(181,171,210,1) !important;
}
.button.change-color:after{
  border-right: 1px solid rgba(181,171,210,1) !important;
  border-bottom: 1px solid rgba(181,171,210,1) !important;
}
.submit.button.change-color:after{
  border-right: 1px solid rgba(181,171,210,1) !important;
  border-bottom: 1px solid rgba(181,171,210,1) !important;
}


/* ヘッダー */

.header-wrap{
    max-width: 1200px;
    margin: 10px auto;
    padding: 10px 20px;
    clear: both;
    overflow: hidden;
}
.header-wrap ul {
  font-size: 0;
  padding-top: 30px;
  float: right;
}
.header-wrap li {
  padding: 0px 20px 0px 10px;
  display: inline-block;
  font-size: 16px;
}
.header-wrap ul li a {
  text-decoration:none;
  color:black;
}
.header_wrap .logo img{
  float: left;
}
.header-wrap .logo img{
  width: auto;
  height: 70px;
}
.header-wrap ul li a:hover {
  border-bottom: 1.5px solid #CCCCCC;
   padding-bottom: 5px !important;
}
.main_visual{
  background: #F2EDF0;
  width: 100%;
  height: auto;
  padding: 110px 0px 0px;
}

video {
	width: 100%;
}



/* お知らせ */

.news{
  width: 100%;
  background-color: #F2EDF0;
  padding: 10px 50px 50px;
}
.news_contents{
  max-width: 1200px;
  margin: 0px auto;
  clear: both;
  overflow: hidden;
}
.news_contents ul{
  padding: 0;
}
.news h2:before {
  content:'News';
  white-space: pre;
  font-size: 16px;
  font-family: "Myriad Variable Concept";
  color: gray;
  letter-spacing: 2px;
  display: block;
  margin: 10px;
}
.news li p span{
  margin: 0 20px 0 0;
  color: rgba(0,0,0,0.5);
}
.news li p{
  margin: 10px;
  color: #000;
}
.news .button{
  width: 95px;
  background-color: #F2EDF0;
  border: 2px solid #9487BE;
  float: right;
  padding: 10px;
}
.news .button a{
  text-decoration: none;
  text-align: center;
  color: #8368AD;
  font-size: 13px;
  font-weight: bold;
}
.news .button:after{
  display: none;
}



/* ｋｖ */
.top_wrapper{
  padding-bottom: 100px;
  background: url(../img/back_top.png) 80% 30% no-repeat;
}
.top_wrapper:before, .top_wrapper:after{
  content:"";
  display: block;
  overflow: hidden;
  clear: both;
}
.top_first{
  max-width: 1200px;
    margin: 50px auto 20px auto;
    position: relative;
}
.top_first_img{

}
.top_first ul{
  margin: auto;
  padding: 0px;
}
.top_first li {
  display: inline-block;
}
.top_first li img {
  padding-left: 5%;
}
.top_first li h2 {
  font-family: "Yu Gothic";
  position: absolute;
  top:35%;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          font-size: 16px;
          font-weight: normal;
            line-height: 2.5;
            letter-spacing: 1px;
            margin: 0;
}
.top_second p{
  padding: 10px;
  font-family: "Yu Gothic";
  font-size: 16px;
}
.top_third{
  position: relative;
  max-width: 1200px;
  height: 400px;
  margin: 10px auto 20px auto;
  padding: 20px 20px 50px 20px;
}
.top_third_img1{
  position: absolute;
  top: 150px;
  left: 5%;
}
.top_third_img2{
  position: absolute;
  top: 0px;
  right: 0%;
}



/* プロフィール */

.Profile_content{
  max-width: 100%;
  background-color: #F2EDF0;
  margin: 0px auto;
  padding: 0px 20px 20px 20px;
}
.Profile_background{
  background: url(../img/back_profile.png) no-repeat;
  background-position: 10% 0%;
  background-position: 40% -20%;
  padding-top: 40px;
}
.Profile_content h2,.lesson h2,.offer_content h2,.contact_content h2,.news h2, .Instagram_content h2{
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  display: block;
  margin: 10px;
  padding: 20px;
  font-family: Serif;
  font-weight: bold;
}

.contact_content h2 {
  font-size: 25px;
}

.Profile_content h2:before {
  content:'Profile';
  white-space: pre;
  font-size: 16px;
  font-family: "Myriad Variable Concept";
  color: gray;
  letter-spacing: 2px;
  display: block;
  margin: 10px;
}
.article1,.article2{
  max-width: 1000px;
  height: 650px;
  margin: auto;
  padding-top: 20px;
  position: relative;
}
.article1 li{
  display: inline-block;
}
.article1 li img{
  position: absolute;
  top: 0;
  left: 2.5%;
  z-index: 2;
}
.article_profile{
  background-color: #ffffff;
  width: 700px;
  padding: 30px 40px 30px 80px;
  position: absolute;
  left: 25%;
  top: 50px;
  z-index: 1;
}

.article_profile h3,.article_award h3{
  font-size: 18px;
}

.small-font {
	font-size: 16px;
}

.article_profile p{
  font-size: 15px;
}
.article_profile h3{
  position: relative;

}
.article_profile h3 sup{
  font-size: 11px;
  font-weight: normal;
  position:absolute;
  left:0;  top:-15px;
}
.article_profile h3 sup i{
	margin-left:20px;
	font-style:normal;
}
.article_award{
  background-color: #ffffff;
  max-width: 650px;
  padding: 50px 30px 20px 50px;
  position: absolute;
  left: 3%;
  z-index: 1;
  top: 250px;
  margin-bottom: 50px;
}
.article_award h3{
  position: relative;
  margin: 10px 0 50px 0;
}
.article_award h3::before{
  content:"";
  position: absolute;
  left:-50px;
  top:50%;
  background: #666;
  width:40px;
  height:1px;

}
.article2 li img{
  position: absolute;
  top: 0px;
  left: 52%;
  z-index: 2;
}
.article_award p{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 170%;
}





/* インスタグラム */


.Instagram_content h2:before {
  content:'photo gallary';
  white-space: pre;
  font-size: 16px;
  font-family: "Myriad Variable Concept";
  color: gray;
  letter-spacing: 2px;
  display: block;
  margin: 10px;
}

.Instagram_content{
  background: url(../img/insta-star.png) 80% -20% no-repeat;
  overflow: hidden;
  text-align: center;
}
.Instagram_content h2{
  font-size: 28px;
  text-align: center;
  letter-spacing: 3px;
  display: block;
  margin: 10px;
  padding-top: 30px;
}
.Instagram_content a{
  font-size: 16px;
  color: gray;
  letter-spacing: 1px;
  margin: 0px auto;
  text-decoration: none;
  font-weight: bold;
  font-family: "Myriad Variable Concept";
}
.Instagram_content a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.Instagram_img{
  margin-top: 50px;
  text-align: center;
}

.insta_ex {
	width: 1026px;
	height: 710px;
	margin: 0px auto;
	position: relative;
	display: flex;
}

.insta_ex li {
	text-align: center;
	width: auto;
}

.insta_ex li:nth-child(2) {
	padding: 0px 22px;
}

.insta_ex li > div:nth-child(2) {
	padding: 22px 0px;
}



/*------------------------------------------------お稽古-------------------------------------------------------*/
.lesson{
  width: 100%;
  background-color: #F3EEF1;
  margin: 80px auto 20px auto;
  padding: 0px 20px 0px 20px;
}
.lesson_content{
  background: url(../img/back_lesson.png) no-repeat 50% -1%;
  padding-top: 20px;
  padding-bottom: 50px;
}
.lesson_content ul{
  padding: 0;
  margin: 0 auto;
}
.lesson h2:before {
  content:'Lesson';
  display: block;
  white-space: pre;
  font-size: 16px;
  color: gray;
  letter-spacing: 2px;
  font-family: "Myriad Variable Concept";
}
.lesson h3{
  font-size: 26px;
  text-align: center;
  letter-spacing: 1px;
  display: block;
  margin: 20px auto 40px auto;
  font-family: Serif;
  font-weight: bold;
}
.lesson1{
  max-width: 1200px;
    padding-top: 0px;
    margin: 0px auto;
}
.lesson1 li, .lesson2 li{
  display: inline-table;
  width: 365px;
  margin: 15px;
}
.lesson2{
  max-width: 1200px;
    padding-top: 0px;
    margin: 0 auto;
}
.lesson_title{
  background-color: #FFFFFF;
  text-align: center;
  width: 180px;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: -30px auto 30px;
}
.lesson_title img{
  margin-top: 20px;
}
.lesson_title h4{
  margin: 10px 0 0 0;
  padding-bottom: 25px;
}
.lesson h5{
  font-size: 16px;
  margin: 10px auto;
}
.lesson li p{
  font: 16px "Yu Gothic";
  font-weight: 500;
}
.lesson li a img{
  margin: 20px 52px;
  height: 56px;
  width: 261px;
}
.lesson li a img:hover{
  opacity: 0.7;
}
.lesson p span{
  font-size: 13px;
}
.lesson em{
  color: #FF4E98;
  font-style: normal;
  padding-right: 5px;
}
a.nichibu01{
  margin-top: 30px!important;
}
a.nichibu02{
  margin-top: 30px!important;
}
a.kitsuke02{
  margin-top: 40px!important;
}



/*----------------------------------------------ご依頼---------------------------------------------------------*/
.offer{
  width: 100%;
  padding-bottom: 80px;
}
.offer_content{
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.offer_content h2:before {
  content:'Offer';
  white-space: pre;
  font-size: 16px;
  color: gray;
  letter-spacing: 2px;
  display: block;
  padding-top: 20px;
  margin: 10px;
  font-family: "Myriad Variable Concept";
}
.offer_content ul{
  display: inline-block;
  padding: 0px;
  margin: auto;
  box-sizing: border-box;
}
.offer_content ul li{
  float: left;
  text-align: center;
  margin: auto;
  padding: 0 35px;
}
.offer_content h3{
  font-size: 25px;
  font-family: Serif;
  font-weight: bold;
  position: relative;
}
.offer_content h3::before{
  content: '';
  position: absolute;
  left: 40%;
  bottom: -15px;/*線の上下位置*/
  width: 20%;/*線の長さ*/
  height: 1px;/*線の太さ*/
  background-color: #9588BF;
}
.offer_content p{
  font-size: 15px;
  height: 70px;
  margin: 50px auto 30px auto;
}
.offer_content img{
  margin-bottom: 30px;
}



/*---------------------------------------TOPお問い合わせ------------------------------------------*/
.contact_content{
  max-width: 100%;
  background: url(../img/contact_bk.png) 50% repeat;
  background-size: cover;
  background-color: rgba(148,135,190,0.2);
  text-align: center;
  position: relative;
}
.contact_content:before{
  content: "◆";
    position: absolute;
    font-size: 80px;
    color: #FFFFFF;
    top: -55px;
    left: 47.5%;
}

.contact_content h2:before {
  content:'Contact';
  white-space: pre;
  font-size: 16px;
  color: gray;
  letter-spacing: 2px;
  display: block;
  padding-top: 50px;
  margin: 10px;
  font-family: "Myriad Variable Concept";
}

.contact_content .button{
  color: #9487BE;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid  #9487BE;
  z-index: auto;
  display: inline-block;
  margin: 30px 30px 80px 30px;
  padding: 16px 10px;
}
.contact_content .button:after{
  display: none;
}
.contact_content p{
  padding: 80px 0 10px 0;
}
.contact_content a{
  color: #9487BE;
}

textarea {
	width: 100%;
	height: 100px;
}




/* ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰフッターｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/
.footer_sns{
  max-width: 1200px;
  clear: both;
  overflow: hidden;
  margin: 100px auto 0 auto;
}
.footer_sns ul{
  max-width: 1200px;
  float: right;
}
.footer_sns li{
  margin-right: 10px;
  display: inline-block;
}
.footer_sns li:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.footer_sns li a img {
  width: 35px;
}
.above_footer{
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
.above_footer img{
float: left;
width: auto;
height: 60px;
}
.above_footer p{
  float: right;
  padding: 20px 0;
  margin: 0px;
}
.footer_wrap{
  max-width: 100%;
  text-align: center;
  background-color: #4d4d4d;
  height: 100px;
  color: white;
}
.footer_wrap ul{
font-size: 0;
}
.footer_wrap li {
  display: inline-block;
  font-size: 13px;
  color: white;
  padding: 25px 10px 0px 10px;
}
.footer_wrap a {
  text-decoration:none;
  color:white;
}
.footer_wrap p{
  margin-bottom: 30px;
}
.error{
  color: red;
	text-align: left;
  display: block;
}
.copyright{
  font-size: 13px;
}
.thanks{
  text-align: center;
  margin-top: 100px;
}
.thanks p{
  margin-bottom: 50px;
}
.thanks a{
  color: white;
  font-size: 18px;
  background-color: #9588BF;
  text-decoration: none;
  padding: 10px 30px;
}
.thanks a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

@media only screen and (min-width:768px){
.top_second {
    max-width: 100%;
    margin: auto;
    margin: 29% auto 10% auto;
    padding: 20px 20px 20px 20px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 29px;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}

}

@media only screen and (min-width:1025px){
.top_second{
  max-width: 1200px;
    margin: auto;
    margin: 10px auto 20px auto;
    padding: 20px 20px 20px 20px;
        -ms-writing-mode: tb-rl;
            line-height: 38px;
            font-size: 18px;
            letter-spacing: 1px;
			position: relative;
}

}

/* -----------------------------------タブレット---------------------------------------------- */
@media only screen and (max-width:1024px){
	
section {
	padding-top: 67px;
	margin-top: -67px;
}
	
section.contact {
	padding-top: 30px;
	margin-top: 0px;
}

.pa0 {
	padding: 0px;
}

 .sp{
	display:block !important;
  }
  img.sp{
    width: 50px;
    background-color: #FFFFFF;
	margin-left: -36px;
	margin-top: 7px;
	position: relative;
  }
 .pc{
  	display:none !important;
  }
  .slick-initialized .slick-slide {
    display: table-cell!important;
}
.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #9487BE!important;
    font-size: 16px;
}
.slick-dots li button:before {
    font-size: 30px!important;
    opacity: .15!important;
  }
  .header-wrap {
    margin: 0px auto;
    clear: both;
    overflow: hidden;
    width: 100%;
	height: 40px;
    padding: 10px;
}
  .header-wrap ul {
    font-size: 0;
    padding-top: 50px;
    float: right;
    display: inline-block;
  }
  .header-wrap li {
    padding: 0px 20px 0px 10px;
    display: inline-block;
    font-size: 16px;
  }
  .header_wrap a{
    width: 100%;
  }
  .all_wrapper{
    width: 100%;
  }
  .logo img{
    width: auto;
	height: 100% !important;
  }

  /* ｋｖ */
  .main_visual{
    width: 100%;
    height: auto;
	padding: 60px 0px 0px;
	background: #F2EDF0;
  }
  /* news */
  .news{
    width: 100%;
    padding: 0px;
  }
  .news_contents{
    width: 100%;
	padding: 10px 0px 20px;
  }
  .news h2:before {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 20px auto 0 auto;
  }
  .news ul{
    padding: 0;
    margin: 0 auto;
  }
  .news li{
    font-size: 12px;
  }
  .news li a{
    margin: 0px;
    font-size: 12px;
    display: block;
  }
  .news li a:hover{
    opacity: 0.7;
  }
  .news .button{
    width: 90px;
    margin-right: 10px;
    padding: 5px;
  }
  .news .button a{
    font-size: 12px;
  }

  /* 日本舞踊紹介 */
  .top_wrapper{
    background: url(../img/back_top.png) 80% 30% no-repeat;
	margin: 0px;
	padding: 0px;
  }
  .top_wrapper:before, .top_wrapper:after{
    content:"";
    display: block;
    overflow: hidden;
    clear: both;
  }
  .top_first{
    width: 100%;
      margin: 100px auto 20px auto;
      position: none;
	  height: 420px;
  }
  .top_first_img{
    width: 100%;
    position: absolute;
    top: 230px;
  }
  .top_first ul{
    margin: auto;
    padding: 0px;
  }
  .top_first li {
    display: block;
    position: relative;
  }
  .top_first li img {
    width: 90%;
	height: auto;
  }
  .top_first li h2 {
    top: 25%;
    right: 39%;
    letter-spacing: 2px;
    height: 250px;
    line-height: 4;
    font-size: 14px;
  }

  .top_second p{
    padding: 10px;
    font-size: 13px;
  }
  .top_third{
      width: 100%;
      margin: 10px auto 200px auto;
      padding: 0px;
  }
  .top_third_img1{
    width: 50%;
     top: 67%;
     left: 3%;
  }
  .top_third_img2{
    width: 62%;
     top: -20%;
     right: 2%;
  }

  /* プロフィール */
  .Profile_background{
    background: url(../img/back_profile.png) no-repeat;
    background-size: 150%;
    background-position: -160px 3.5%;
  }
  .Profile_content{
    width: 100%;
    padding: 0;
    height: fit-content;
  }
  .Profile_content h2,.lesson h2,.offer_content h2,.contact_content h2,.news h2{
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0px 0px 0px;
  }
  .Profile_content h2:before {
    letter-spacing: 1px;
  }
  .article1{
    width: 100%;
    margin: 30px auto;
    padding-top: 20px;
  }
  .article2{
    width: 100%;
    margin: 30px auto 50px auto;
    padding-top: 20px;
    height: 840px;
  }
  .article1 ul{
    padding: 0;
    margin: 0;
  }
  .article1 li{
    display: block;
    margin: 0 auto;
  }
  .article1 li img{
    left: 7%;
    z-index: 2;
    width: 85%;
    height: 190px;
    object-fit: cover;
	object-position: 100% 35%;
    margin: 0 auto 20px auto;
  }
  .article_profile{
    width: 85%;
    padding: 10px;
    left: 4.5%;
    top: 150px;
    margin: 0 auto;
  }
.article_award h3{
    font-size: 16px;
    padding-top: 50px;
    margin-bottom: 0;
	position: relative;
	left: 2%;
  }
    .article_profile h3{
	    font-size: 16px;
   margin-top: 70px;
    margin-bottom: 0;
	position: relative;
	left: 1%;
}
    .article_profile h3 sup{
		font-size:10px;
	}
  .article_profile p{
    font-size: 12px;
  }
  .article_award{
    width: 85%;
    padding: 10px;
    left: 4.5%;
    top: 150px;
    margin: 0 auto;
  }
  .article_award h3{
	  padding-left: 110px;
  }
  .article_award h3::before{
    content:"";
    position: absolute;
    left:-3.5%;
    top: 80%;
    background: #666;
    width: 110px;
    height: 1px;
  }
  .article2 ul{
    padding: 0;
  }
  .article2 li img{
    bottom: 0px;
    left: 4.5%;
    z-index: 2;
    width: 87.5%;
    height: 190px;
	object-fit: cover;
    object-position: 50% 39%;
  }
  .article_award p{
    font-size: 12px;
    letter-spacing: 0px;
  }


.insta_ex {
	width: 100% !important;
	height: auto;
	left: -40px;
	position: relative;
	display: flex;
}

.insta_ex li {
	text-align: center;
	width: auto;
}

.insta_ex li:nth-child(2) {
	padding: 0px 10px;
}

.insta_ex li > div:nth-child(2) {
	padding: 14px 0px;
}

  /* インスタグラム */
  .Instagram_content h2{
    font-size: 20px;
  }
  .Instagram_img{
    margin-top: 50px;
    text-align: center;
  }
  .Instagram_img img{
    width: 100%;
  }
  /*-----------------------ｓｐお稽古---------------------------------*/
  .lesson{
    width: 100%;
    margin: 80px auto 20px auto;
    padding: 0px;
  }
  .lesson_content{
    background: url(../img/back_lesson.png) no-repeat 0% -1%;
    background-size: contain;
  }
  .lesson h3{
    font-size: 18px;
    position: relative;
  }
  .lesson h3:before{
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background-color: #9588BF;
    left: 15%;
    top: 40%;
  }
  .lesson h3:after{
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background-color: #9588BF;
    left: 70%;
    top: 40%;
  }
  .lesson_content .lesson2 h3{
    margin: 60px auto 30px auto;
  }
  .lesson h5{
    margin-left: 20px;
  }
  /* .slick-slider img.prev-arrow{
  width: 20px;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
}
img.slide-arrow.next-arrow.slick-arrow {
  width: 20px;
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 1;
  transform: scale(-1, 1);
} */
.slick-slide img {
    margin: 0 auto;
  }

  .pic{
    width: 90%;
    margin: 0 auto;
  }
  .pic img{
    width: 100%;
    margin: 0 auto;
  }

  .lesson_title img {
    padding-top: 20px;
}
  .lesson1{
    width: 100%;
  }
  .lesson1 li, .lesson2 li{
    display: block;
    width: 100%;
    margin: 0px auto;
  }
  .lesson2{
    width: 100%;
  }
  .lesson li p{
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
  }
  .lesson li a img{
    margin: 50px auto 10px auto;
    width: 80%;
  }
  img.nichibu01, img.nichibu02, img.kitsuke02{
    margin: 50px auto!important;
  }
  /*------------ｰｰｰｰ------ご依頼---------------------------*/
  .offer{
    padding-bottom: 50px;
  }
  .offer_content{
    width: 100%;
  }
  .offer_content ul{
    display: block;
    padding: 0px;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
  }
  .offer_content ul li{
    float: none;
    text-align: center;
    margin: auto;
    padding: 0px;
  }

  .offer_content h3{
    font-size: 18px;
    margin: 0 auto 30px auto;
  }
  .offer_content h3::before{
    bottom: -10px;/*線の上下位置*/
    width: 20%;/*線の長さ*/
  }
  .offer_content p{
    font-size: 12px;
    height: 50px;
    margin: 20px auto;
  }
  .offer_content img{
    margin-bottom: 30px;
    width: 80%;
  }
  /*---------------------------------------TOPページお問い合わせｴﾘｱ------------------------------------------*/
  .contact_content{
    width: 100%;
    background: url(../img/contact_bk.png) 10% 70% repeat;
    background-size: 300%;
    background-color: rgba(148,135,190,0.2);
    text-align: center;
    position: relative;
    margin: 20px auto;
    padding: 0px 0px 20px 0px;
  }
  .contact_content:before {
    left: 45%;
}
.contact_content .button {
    display: block;
    margin: 20px auto;
}


  /*--------------------------------------------footer---------------------------------------------*/
  .footer_sns{
    width: 100%;
    overflow: visible;
    margin: 50px auto 0 auto;
    position: relative;
	z-index: 9999;
  }
  .footer_sns ul{
    float: none;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 44%;
  }

  .footer_sns li a {
	  display: block;
  }

  .footer_sns li a img {
    width: 35px;
  }
  .above_footer{
    width: 90%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    text-align: center;
  }
  .above_footer img{
  float: none;
  width: 44%;
  height: auto;
  margin: 90px auto 20px auto;
  }
  .above_footer p{
    float: none;
    font-size: 12px;
    letter-spacing: 0px;
    padding: 0;
    position: absolute;
    top: -30px;
    left: 29%;
  }
  
  .footer_wrap{
    width: 100%;
    height: 180px;
  }
  .footer_wrap ul{
    padding: 0;
  }
  .footer_wrap li {
    display: inline-block;
    font-size: 13px;
    color: white;
    padding: 25px 10px 0px 10px;
  }
  .footer_wrap a {
    text-decoration:none;
    color:white;
  }
  .footer_wrap p{
    margin: 30px;
  }
  .error{
    color: red;
  	text-align: left;
    display: block;
  }
  .copyright{
    font-size: 13px;
  }
  .thanks{
    text-align: center;
    margin-top: 100px;
  }
  .thanks p{
    margin-bottom: 50px;
  }
  .thanks a{
    color: white;
    font-size: 18px;
    background-color: #9588BF;
    text-decoration: none;
    padding: 10px 30px;
  }
  .thanks a:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
  }
}

/* -----------------------------------SP---------------------------------------------- */
@media only screen and (max-width:736px){
  .all_wrapper{
    width: 100%;
  }

img.sp {
    width: 50px;
    background-color: #FFFFFF;
    margin: 0px 35px 0px auto;
	top: 0px;
	position: relative;
}

.logo img {
    width: auto !important;
    height: 100% !important;
}

.header-wrap {
    height: 40px !important;
}

.header-wrap .logo img {
    width: auto;
    height: 100%;
}

.top_first li h2 {
    top: 25%;
    right: 25%;
    letter-spacing: 2px;
    height: 250px;
    line-height: 4;
    font-size: 14px;
}

.top_first li img {
    padding-left: 0;
    width: 100%;
}

.top_second {
    margin: 17% auto;
     -webkit-writing-mode: none !important; 
    -ms-writing-mode: none !important;
     writing-mode: none !important; 
}


.top_third {
    width: 100%;
    margin: 10px auto 0px auto;
    padding: 0px;
}

.top_third_img1 {
    width: 65%;
    top: 50%;
    left: 3%;
}

.top_third_img2 {
    width: 80%;
    top: -10%;
    right: 2%;
}
.insta_ex {
	width: 100% !important;
	height: auto;
	left: -40px;
	position: relative;
	display: flex;
}

.insta_ex li {
	text-align: center;
	width: auto;
}

.insta_ex li img {
	width: 100%;
	height: auto;
}

.insta_ex li:nth-child(2) {
	padding: 0px 10px;
}

.insta_ex li > div:nth-child(2) {
	padding: 4px 0px;
}

.contact_content:before {
    left: 38%;
}


.footer_sns ul {
	left: 38%;
}

.above_footer p {
    left: 8%;
}

}
