*{
  margin: 0;
  padding: 0;
}

html{
  width: 100%;
}

@font-face {
  font-family: "Noto Serif Japanese";
  src: url(/css/Noto\ Serif\ Japnese.woff2) format("woff2");
  src: url(/css/Noto\ Serif\ Japnese.woff) format("woff");
}

@font-face {
  font-family: "Tenor Sans";
  src: url(/css/Tenor\ Sans.woff2) format("woff2");
  src: url(/css/Tenor\ Sans.woff) format("woff")
}

body{
  margin: 0 auto;
  font-family: 'Tenor Sans','Noto Serif Japanese';
  font-size: 14px;
  color: #000;
}

ul,li{
  list-style: none;
}
a{
  text-decoration: none;
}

#wrap{
  width: 100%;
}

img{
  width: 100%;
}

/* ハンバーガーメニュー*/
#header{
  width: 100%;
  height: 55px;
  background: #fff;
  position: fixed;
  display: flex;
  z-index: 100;
}

#logo{
  margin: 10px;
}

#logo img{
  width: 60px;
}

.nav_icon{
  position: absolute;
  top: 15px;
  right: 5px;
}

.nav_icon svg{
  width: 60px;
  height: 25px;
}

nav{
  display: none;
}

.show{
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #FF8C15;
  text-align: center;
  overflow-y: scroll;
}


.sp_close{
  z-index: 100;
  background: none;
  width: 40px;
  height: 40px;
  top: 50px;
  right: 50px
}

.sp_close svg{
  width: 40px;
  height: 40px;
}

.menu_list{
  font-size: 25px;
  line-height: 1;
  padding: 10px 0 15px;
  margin-bottom: 35px;
}

.menu_list a{
  color: #fff;
}

.ig{
  float: left;
  padding-left: 37%;
}

.fb{
  float: right;
  padding-right: 37%;
}

rect{
  stroke: #fff;
}

path{
  stroke: #fff;
}


.menu_list:nth-of-type(1){
 margin-top: 100px;
}

/* スライドショー */
.content{
  position: relative;
  width: 100%;
}

#main{
  position: relative;
  background: #FFDDBA;
  width: 100%;
  height: auto;
  padding: 70px 0 20px;
}

.page_ttl{
  color: #fff;
  font-size: 18vw;
  position: absolute;
  line-height: 1;
  letter-spacing: 2px;
  bottom: -2.5vw;
  left: 5px;
  z-index: 1;
}

.main_slide{
  width: 100%;
  height: auto;
}

.main_slide img{
  width: 85vw;
  height: 40vw;
  margin-left: 15%;
}

/* レッスン */
#lesson{
  background: #FFC78D;
  color: #fff;
  padding: 60px 0;
}

.course{
  width: 85%;
  margin: 0 auto;
  color: #6f4b3e;
}

.name{
  font-size: 18px;
  padding-left: 30px;
  position: relative;
}

.name::before{
  content: "";
  width: 18px;
  height: 7px;
  background: #fff;
  position: absolute;
  top: 9px;
  left: 0;
}

.ex{
  line-height: 2;
  margin: 10px 25px;
  text-align: justify;
}

.lesson_box{
  width: 80%;
  background: #FFDDBA;
  padding: 5% 10%;
  float: left;
}

.lesson_box dt{
  width: 20%;
  float: left;
}

.lesson_box dt span{
  font-size: 12px;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  background: #FFC78D;
  border-radius: 15px;
  padding: 6px;
  margin-top: 1vw;
}

.lesson_box dt,
.lesson_box dd{
  height: 5vh;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

.lesson_box dd{
  width: 70%;
  padding-left: 10%;
  float: right;
}

.lesson_box dd span{
  font-size: 12px;
}

.lesson_box dt:last-of-type,
.lesson_box dd:last-of-type{
  border-bottom: 0;
}

#lesson02,
#lesson03{
  display: inline-block;
  margin: 35px 7vw 0 7vw;
}

.recruit{
  width: 75%;
  padding-top: 35px;
  margin: 0 auto;
}

.rec_img img{
  width: 45vw;
  height: auto;
  margin: 0 15vw;
}

.rec_come{
  width: 100%;
  margin-top: 30px;
  color: #6f4b3e;
}

.rec_come_ttl{
  font-size: 15px;
  border-bottom:6px double #fff;
}

.rec_come ul,
.rec_come p
{
  line-height: 3;
}

.rec_come li::before{
  content: "・";
}

@media screen and (min-width:451px){
  .lesson_box{
    width: 75%;
    padding: 5px 50px;
    margin-bottom: 30px;
  }
  .lesson_box dt,
  .lesson_box dd{
    padding: 20px 0;
  }
  .lesson_box dd{
    width: 76%;
    padding-left: 4%;
    letter-spacing: 1px;
  }
  .lesson_box dd span{
    font-size: 14px;
  }
}

@media screen and (min-width:530px) {
  .recruit{
  display: flex;
  width: 85%;
  padding-top: 35px;
}

.rec_img{
  width: 50%;
  margin: 10px 30px;
}

.rec_img img{
  width: 20vw;
  height: auto;
  margin: 10% 30px;
  transform: rotate(-10deg);
}
}

/* フッター */
footer{
  padding-top: 40px;
}

.contact{
  width: 82%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.contact a{
  display: block;
  border: 1px solid #FFC78D;
  color: #FFC78D;
  padding: 10px 20px;
}

.contact a::before{
  content: "";
  width: 30px;
  height: 20px;
  margin: 20px;
  background: url(/img/contact_icon.png);
  background-size: 30px 20px;
  position: absolute;
  right: 10vw;
}

.contact_en{
  font-size: 30px;
  display: block;
}

.conta_txt{
  font-size: 15px;
}

.copyright{
  width: 100%;
  height: auto;
  background: #FFC78D;
  color: #fff;
  text-align: center;
}
