@charset "utf-8";

*{
  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: 16px;
  color: #000;
}

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

#wrap{
  width: 100vw;
}


/* ヘッダー */
.nav_icon,.sp_close{
  display: none;
}

#header{
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  display: flex;
  z-index: 100;
}

#logo{
 margin: 20px;
}

#logo img{
  width: 100px;
}

nav{
  position: absolute;
  right: 0;
  top: 1rem;
}

.menu_list{
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
  padding: 20px 0;
}

.menu_list a{
  color: #4E4854;
}

.ig svg,.fb svg{
  width: 20px;
  height: 20px;
  transform: translateY(5px);
}

#logo:hover,.menu_list:hover{
  opacity: 0.2;
}

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

#main{
  position: relative;
  background: #FFDDBA;
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 40px;
}

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

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

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

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

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

.name{
  font-size: 22px;
  padding-left: 40px;
  letter-spacing: 3px;
  position: relative;
}

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

.ex{
  font-size: 14px;
  line-height: 2;
  margin: 20px 0;
}

.face_box{
  width: 75%;
  background: #FFDDBA;
  padding: 5px 50px;
  float: left;
  margin-bottom: 50px;
}

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

.face_box dt span{
 font-size: 14px;
 display: block;
 text-align: center;
 letter-spacing: 1;
 background: #FFC78D;
 border-radius: 15px;
}

.face_box dt,.face_box dd{
  height: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.face_box dd{
  width: 76%;
  font-size: 17px;
  padding-left: 4%;
  letter-spacing: 1px;
  float: right;
}

.face_box dd span{
  font-size: 15px;
}

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

.op{
  display: inline-block;
  width: 75%;
  border: 2px dotted #fff;
  position: relative;
  padding: 45px;
  margin-top: 20px;
}

.op p{
  font-size: 14px;
}


.op_ttl{
  font-size: 16px;
  position: absolute;
  width: 120px;
  height: 20px;
  background: #fff;
  color: #FF8C15;
  top: -10px;
  left: 10px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}


.op_box:first-of-type,
.op_box:nth-of-type(2){
 margin: 25px 0;
}

.op_box_ttl{
  padding-left: 30px;
  position: relative;
}

.op_box_ttl::before{
  content: "";
  width: 15px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 0;
}

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

/* コンタクト */

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

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

.contact a::before{
  content: "";
  width: 65px;
  height: 36px;
  margin: 35px 50px;
  background: url(../img/contact_icon.png) no-repeat;
  background-size: 65px 36px;
  position: absolute;
  right: 7vw;
}


.contact>a:hover{
  background-color: #FFC78D;
  color: #fff;;
}

.contact a:hover::before{
  background: url(../img/contact_icon_w.png)no-repeat;
  background-size: 65px 36px;
}

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

.contact_txt{
  font-size: 20px;
  text-align: center;
}

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